Searched refs:RSANUMBYTES (Results 1 - 5 of 5) sorted by relevance

/system/core/include/mincrypt/
H A Drsa.h37 #define RSANUMBYTES 256 /* 2048 bit key length */ macro
38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
/system/core/libmincrypt/
H A Drsa_e_3.c137 static const uint8_t padding[RSANUMBYTES - SHA_DIGEST_SIZE] = {
166 uint8_t buf[RSANUMBYTES];
H A Drsa_e_f4.c141 static const uint8_t padding[RSANUMBYTES] = {
159 uint8_t buf[RSANUMBYTES];
/system/core/adb/
H A Dadb_auth_client.c142 if (siglen != RSANUMBYTES)
H A Dadb_auth_host.c76 if (RSA_size(rsa) != RSANUMBYTES) {

Completed in 75 milliseconds