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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h140 #define opdata_rsa_e_num opdata_u.u_RSA.rsa_e_num macro
H A De_pk11.c1448 if (sp->opdata_rsa_e_num != NULL) {
1449 BN_free(sp->opdata_rsa_e_num);
1450 sp->opdata_rsa_e_num = NULL;
1824 sp->opdata_rsa_e_num = NULL;
1874 if (sp->opdata_rsa_e_num != NULL) {
1875 BN_free(sp->opdata_rsa_e_num);
1876 sp->opdata_rsa_e_num = NULL;
H A De_pk11_pub.c1378 attr_to_BN(&get_templ[1], attr_data[1], &sp->opdata_rsa_e_num);
1589 if ((sp->opdata_rsa_e_num = BN_dup(rsa->e)) == NULL) {
1780 if ((sp->opdata_rsa_e_num = BN_dup(rsa->e)) == NULL) {
1845 BN_cmp(sp->opdata_rsa_e_num, rsa->e) == 0) {
1887 BN_cmp(sp->opdata_rsa_e_num, rsa->e) == 0) {

Completed in 37 milliseconds