Searched defs:RSA_new_method (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_lib.c80 RSA *r=RSA_new_method(NULL);
135 RSA *RSA_new_method(ENGINE *engine) function
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c71 RSA *RSA_new(void) { return RSA_new_method(NULL); }
73 RSA *RSA_new_method(const ENGINE *engine) { function
76 OPENSSL_PUT_ERROR(RSA, RSA_new_method, ERR_R_MALLOC_FAILURE);

Completed in 85 milliseconds