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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_err.h239 BIGNUM *rsa_d_num; /* priv exponent */ member in struct:PK11_st_SESSION::__anon2225::__anon2226
277 #define opdata_rsa_d_num opdata_u.u_RSA.rsa_d_num
H A Dhw_pk11_pub.c138 BIGNUM **rsa_d_num, CK_SESSION_HANDLE session);
1459 * The *rsa_d_num pointer is non-NULL for RSA private keys.
1462 RSA** key_ptr, BIGNUM **rsa_d_num, CK_SESSION_HANDLE session)
1559 if (rsa_d_num != NULL)
1560 if ((*rsa_d_num = BN_dup(rsa->d)) == NULL)
1461 pk11_get_private_rsa_key(RSA* rsa, RSA** key_ptr, BIGNUM **rsa_d_num, CK_SESSION_HANDLE session) argument

Completed in 45 milliseconds