Searched refs:rsatmp (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.c691 RSA *rsatmp = NULL; local
708 rsatmp = RSA_new_method(e);
709 RSA_set_ex_data(rsatmp, rsaHndidx, hptr);
710 rsatmp->flags |= RSA_FLAG_EXT_PKEY;
713 rsatmp->e = BN_new();
714 rsatmp->n = BN_new();
715 if(!rsatmp->e || !rsatmp->n)
717 bn_expand2(rsatmp->e, el / sizeof(BN_ULONG));
718 bn_expand2(rsatmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c656 RSA *rsatmp = NULL; local
673 rsatmp = RSA_new_method(e);
674 RSA_set_ex_data(rsatmp,rsaHndidx,hptr);
675 rsatmp->flags |= RSA_FLAG_EXT_PKEY;
678 rsatmp->e = BN_new();
679 rsatmp->n = BN_new();
680 bn_expand2(rsatmp->e, el/sizeof(BN_ULONG));
681 bn_expand2(rsatmp->n, el/sizeof(BN_ULONG));
682 if (!rsatmp->e || rsatmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_sureware.c691 RSA *rsatmp = NULL; local
708 rsatmp = RSA_new_method(e);
709 RSA_set_ex_data(rsatmp, rsaHndidx, hptr);
710 rsatmp->flags |= RSA_FLAG_EXT_PKEY;
713 rsatmp->e = BN_new();
714 rsatmp->n = BN_new();
715 if(!rsatmp->e || !rsatmp->n)
717 bn_expand2(rsatmp->e, el / sizeof(BN_ULONG));
718 bn_expand2(rsatmp
[all...]

Completed in 121 milliseconds