Home
last modified time | relevance | path

Searched refs:RSANUMBYTES (Results 1 – 8 of 8) sorted by relevance

/system/core/include/mincrypt/
Drsa.h37 #define RSANUMBYTES 256 /* 2048 bit key length */ macro
38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
/system/extras/libfec/include/fec/
Dio.h73 uint8_t signature[RSANUMBYTES];
74 uint8_t ecc_signature[RSANUMBYTES];
/system/extras/libfec/
Dfec_private.h62 uint8_t signature[RSANUMBYTES];
/system/extras/verity/
Dgenerate_verity_key.c45 if (RSA_size(rsa) != RSANUMBYTES) in convert_to_mincrypt_format()
/system/core/adb/
Dadb_auth_client.cpp148 if (siglen != RSANUMBYTES) in adb_auth_verify()
Dadb_auth_host.cpp75 if (RSA_size(rsa) != RSANUMBYTES) { in RSA_to_RSAPublicKey()
/system/core/libmincrypt/
Drsa.c254 uint8_t buf[RSANUMBYTES]; in RSA_verify()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp139 RSANUMBYTES, in verify_table()
644 SHA256_hash(verity.signature, RSANUMBYTES, curr); in compare_last_signature()