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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_err.h271 #define opdata_rsa_pub_key opdata_u.u_RSA.rsa_pub_key macro
H A Dhw_pk11_pub.c731 h_pub_key = sp->opdata_rsa_pub_key;
733 h_pub_key = sp->opdata_rsa_pub_key =
907 h_pub_key = sp->opdata_rsa_pub_key;
909 h_pub_key = sp->opdata_rsa_pub_key =
1178 h_pub_key = sp->opdata_rsa_pub_key;
1180 h_pub_key = sp->opdata_rsa_pub_key =
1290 h_pub_key = sp->opdata_rsa_pub_key =
H A Dhw_pk11.c1826 sp->opdata_rsa_pub_key = CK_INVALID_HANDLE;
1868 if (sp->opdata_rsa_pub_key != CK_INVALID_HANDLE)
1870 TRY_OBJ_DESTROY(sp->session, sp->opdata_rsa_pub_key,
1872 sp->opdata_rsa_pub_key = CK_INVALID_HANDLE;

Completed in 78 milliseconds