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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_sureware.c350 static int rsaHndidx = -1; variable
555 if (rsaHndidx == -1)
556 rsaHndidx = RSA_get_ex_new_index(0,
709 RSA_set_ex_data(rsatmp, rsaHndidx, hptr);
914 else if (!(hptr = RSA_get_ex_data(rsa, rsaHndidx))) {
994 else if (!(hptr = RSA_get_ex_data(rsa, rsaHndidx))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c339 static int rsaHndidx = -1; /* Index for KM handle. Not really used yet. */ variable
513 if (rsaHndidx == -1)
514 rsaHndidx = RSA_get_ex_new_index(0,
674 RSA_set_ex_data(rsatmp,rsaHndidx,hptr);
875 else if (!(hptr=RSA_get_ex_data(rsa, rsaHndidx)))
946 else if (!(hptr=RSA_get_ex_data(rsa, rsaHndidx)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_sureware.c350 static int rsaHndidx = -1; variable
555 if (rsaHndidx == -1)
556 rsaHndidx = RSA_get_ex_new_index(0,
709 RSA_set_ex_data(rsatmp, rsaHndidx, hptr);
914 else if (!(hptr = RSA_get_ex_data(rsa, rsaHndidx))) {
994 else if (!(hptr = RSA_get_ex_data(rsa, rsaHndidx))) {

Completed in 126 milliseconds