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

  /system/core/include/mincrypt/
rsa.h 37 #define RSANUMBYTES 256 /* 2048 bit key length */
38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
  /system/core/fs_mgr/
fs_mgr_verity.c 106 RSANUMBYTES,
197 *signature = (char*) malloc(RSANUMBYTES * sizeof(char));
202 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/extras/verity/
generate_verity_key.c 42 if (RSA_size(rsa) != RSANUMBYTES)
  /bootable/recovery/
verifier.cpp 253 if (sig_der_length < RSANUMBYTES) {
259 if (!RSA_verify(pKeys[i].rsa, sig_der, 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 1057 milliseconds