HomeSort by relevance Sort by last modified time
    Searched refs:RSANUMBYTES (Results 1 - 6 of 6) sorted by null

  /system/core/include/mincrypt/
rsa.h 37 #define RSANUMBYTES 256 /* 2048 bit key length */
38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
  /bootable/recovery/
verifier.cpp 82 if (signature_start - FOOTER_SIZE < RSANUMBYTES) {
200 if (RSA_verify(pKeys[i].public_key, eocd + eocd_size - 6 - RSANUMBYTES,
201 RSANUMBYTES, hash, pKeys[i].hash_len)) {
  /system/core/fs_mgr/
fs_mgr_verity.c 106 RSANUMBYTES,
196 *signature = (char*) malloc(RSANUMBYTES * sizeof(char));
201 if (!fread(*signature, RSANUMBYTES, 1, device)) {
  /system/core/adb/
adb_auth_client.c 146 if (siglen != RSANUMBYTES)
adb_auth_host.c 76 if (RSA_size(rsa) != RSANUMBYTES) {
  /system/core/libmincrypt/
rsa.c 151 static const uint8_t sha_padding[RSANUMBYTES] = {
197 static const uint8_t sha256_padding[RSANUMBYTES] = {
254 uint8_t buf[RSANUMBYTES];

Completed in 112 milliseconds