Searched defs:public_key_obj_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h124 } public_key_obj_t; typedef in typeref:struct:public_key_obj
210 public_key_obj_t *public_key;
561 CK_RV kernel_copy_public_key_attr(public_key_obj_t *old_pub_key_obj_p,
562 public_key_obj_t **new_pub_key_obj_p, CK_KEY_TYPE key_type);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h128 } public_key_obj_t; typedef in typeref:struct:public_key_obj
317 public_key_obj_t *public_key;
844 CK_RV soft_copy_public_key_attr(public_key_obj_t *old_pub_key_obj_p,
845 public_key_obj_t **new_pub_key_obj_p, CK_KEY_TYPE key_type);

Completed in 48 milliseconds