Home
last modified time | relevance | path

Searched refs:hndidx_rsa (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/engines/
De_gmp.c217 static int hndidx_rsa = -1; variable
230 if (hndidx_rsa == -1) in e_gmp_init()
231 hndidx_rsa = RSA_get_ex_new_index(0, in e_gmp_init()
235 if (hndidx_rsa == -1) in e_gmp_init()
334 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); in e_gmp_get_rsa()
368 RSA_set_ex_data(rsa, hndidx_rsa, hptr); in e_gmp_get_rsa()
389 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa); in e_gmp_rsa_finish()
405 RSA_set_ex_data(rsa, hndidx_rsa, NULL); in e_gmp_rsa_finish()
De_chil.c440 static int hndidx_rsa = -1; variable
619 if (hndidx_rsa == -1) in hwcrhk_init()
620 hndidx_rsa = RSA_get_ex_new_index(0, in hwcrhk_init()
813 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr); in hwcrhk_load_privkey()
981 (HWCryptoHook_RSAKeyHandle *) RSA_get_ex_data(rsa, hndidx_rsa)) in hwcrhk_rsa_mod_exp()
1085 hptr = RSA_get_ex_data(rsa, hndidx_rsa); in hwcrhk_rsa_finish()
1089 RSA_set_ex_data(rsa, hndidx_rsa, NULL); in hwcrhk_rsa_finish()