Searched refs:RSA_verify (Results 1 - 4 of 4) sorted by relevance

/system/core/include/mincrypt/
H A Drsa.h48 int RSA_verify(const RSAPublicKey *key,
/system/core/libmincrypt/
H A Drsa.c40 int RSA_verify(const RSAPublicKey *key, function
/system/core/adb/
H A Dadb_auth_client.c147 ret = RSA_verify(&key->key, sig, siglen, token);
H A Dadb_auth_host.c35 * but RSA_verify conflits with openssl */
36 #define RSA_verify RSA_verify_mincrypt macro
38 #undef RSA_verify macro

Completed in 484 milliseconds