Searched refs:RSAPublicKey (Results 1 – 5 of 5) sorted by relevance
/bootable/bootloader/legacy/libc/ |
D | rsa.h | 41 typedef struct RSAPublicKey { struct 46 } RSAPublicKey; argument 48 int RSA_verify(RSAPublicKey *key,
|
D | rsa.c | 33 static void subM(RSAPublicKey *key, uint32_t *a) { in subM() 44 static int geM(RSAPublicKey *key, const uint32_t *a) { in geM() 55 static void montMulAdd(RSAPublicKey *key, in montMulAdd() 80 static void montMul(RSAPublicKey *key, in montMul() 96 static void modpow3(RSAPublicKey *key, in modpow3() 163 int RSA_verify(RSAPublicKey *key, in RSA_verify()
|
/bootable/recovery/ |
D | verifier.h | 28 const RSAPublicKey *pKeys, int numKeys);
|
D | install.c | 238 const RSAPublicKey *keys, int numKeys) in handle_update_package() 273 static RSAPublicKey* 275 RSAPublicKey* out = NULL; in load_keys() 288 out = realloc(out, *numKeys * sizeof(RSAPublicKey)); in load_keys() 289 RSAPublicKey* key = out + (*numKeys - 1); in load_keys() 356 RSAPublicKey* loadedKeys = load_keys(PUBLIC_KEYS_FILE, &numKeys); in install_package()
|
D | verifier.c | 106 const RSAPublicKey *pKeys, unsigned int numKeys) { in verifySignature() 353 const RSAPublicKey *pKeys, int numKeys) { in verify_jar_signature()
|