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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_gmp.c205 static int hndidx_rsa = -1; variable
218 if (hndidx_rsa == -1)
219 hndidx_rsa = RSA_get_ex_new_index(0,
223 if (hndidx_rsa == -1)
294 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
324 RSA_set_ex_data(rsa, hndidx_rsa, hptr);
345 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
360 RSA_set_ex_data(rsa, hndidx_rsa, NULL);
H A De_chil.c427 static int hndidx_rsa = -1; /* Index for KM handle. Not really used yet. */ variable
609 if (hndidx_rsa == -1)
610 hndidx_rsa = RSA_get_ex_new_index(0,
815 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
985 if ((hptr = (HWCryptoHook_RSAKeyHandle *) RSA_get_ex_data(rsa, hndidx_rsa))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_gmp.c217 static int hndidx_rsa = -1; variable
230 if (hndidx_rsa == -1)
231 hndidx_rsa = RSA_get_ex_new_index(0,
235 if (hndidx_rsa == -1)
334 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
368 RSA_set_ex_data(rsa, hndidx_rsa, hptr);
389 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
405 RSA_set_ex_data(rsa, hndidx_rsa, NULL);
H A De_chil.c440 static int hndidx_rsa = -1; variable
619 if (hndidx_rsa == -1)
620 hndidx_rsa = RSA_get_ex_new_index(0,
813 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
981 (HWCryptoHook_RSAKeyHandle *) RSA_get_ex_data(rsa, hndidx_rsa))
1085 hptr = RSA_get_ex_data(rsa, hndidx_rsa);
1089 RSA_set_ex_data(rsa, hndidx_rsa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_gmp.c217 static int hndidx_rsa = -1; variable
230 if (hndidx_rsa == -1)
231 hndidx_rsa = RSA_get_ex_new_index(0,
235 if (hndidx_rsa == -1)
334 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
368 RSA_set_ex_data(rsa, hndidx_rsa, hptr);
389 E_GMP_RSA_CTX *hptr = RSA_get_ex_data(rsa, hndidx_rsa);
405 RSA_set_ex_data(rsa, hndidx_rsa, NULL);
H A De_chil.c440 static int hndidx_rsa = -1; variable
619 if (hndidx_rsa == -1)
620 hndidx_rsa = RSA_get_ex_new_index(0,
813 RSA_set_ex_data(rtmp, hndidx_rsa, (char *)hptr);
981 (HWCryptoHook_RSAKeyHandle *) RSA_get_ex_data(rsa, hndidx_rsa))
1085 hptr = RSA_get_ex_data(rsa, hndidx_rsa);
1089 RSA_set_ex_data(rsa, hndidx_rsa, NULL);

Completed in 111 milliseconds