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

/freebsd-10.2-release/crypto/openssl/engines/
H A De_gmp.c330 } E_GMP_RSA_CTX; typedef in typeref:struct:st_e_gmp_rsa_ctx
332 static E_GMP_RSA_CTX *e_gmp_get_rsa(RSA *rsa)
334 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
337 hptr = OPENSSL_malloc(sizeof(E_GMP_RSA_CTX));
389 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
412 E_GMP_RSA_CTX *hptr;

Completed in 93 milliseconds