Searched refs:rsa_n_num (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_err.h236 BIGNUM *rsa_n_num; /* pub modulus */ member in struct:PK11_st_SESSION::__anon2225::__anon2226
275 #define opdata_rsa_n_num opdata_u.u_RSA.rsa_n_num
H A Dhw_pk11_pub.c136 BIGNUM **rsa_n_num, BIGNUM **rsa_e_num, CK_SESSION_HANDLE session);
1314 * The *rsa_n_num and *rsa_e_num pointers are non-NULL for RSA public keys.
1317 RSA** key_ptr, BIGNUM **rsa_n_num, BIGNUM **rsa_e_num,
1408 if (rsa_n_num != NULL)
1409 if ((*rsa_n_num = BN_dup(rsa->n)) == NULL)
1419 BN_free(*rsa_n_num);
1420 *rsa_n_num = NULL;
1316 pk11_get_public_rsa_key(RSA* rsa, RSA** key_ptr, BIGNUM **rsa_n_num, BIGNUM **rsa_e_num, CK_SESSION_HANDLE session) argument

Completed in 53 milliseconds