Home
last modified time | relevance | path

Searched refs:SOFT_COPY_OBJ_ORIG_SH (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c156 case SOFT_COPY_OBJ_ORIG_SH: in soft_copy_object()
1433 &obj_copy, SOFT_COPY_OBJ_ORIG_SH, in refresh_token_objects()
H A DsoftRSA.c210 rv = soft_copy_object(key_p, &tmp_key, SOFT_COPY_OBJ_ORIG_SH, in soft_rsa_crypt_init_common()
481 rv = soft_copy_object(key_p, &tmp_key, SOFT_COPY_OBJ_ORIG_SH, in soft_rsa_sign_verify_init_common()
H A DsoftDSA.c86 rv = soft_copy_object(key_p, &tmp_key, SOFT_COPY_OBJ_ORIG_SH, in soft_dsa_sign_verify_init_common()
H A DsoftEC.c365 rv = soft_copy_object(key_p, &tmp_key, SOFT_COPY_OBJ_ORIG_SH, NULL); in soft_ecc_sign_verify_init_common()
H A DsoftObject.h385 #define SOFT_COPY_OBJ_ORIG_SH 3 /* for copying an object but keeps */ macro