Searched refs:CKA_UNWRAP (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 121 CKA_UNWRAP, 157 CKA_UNWRAP, 291 case CKA_UNWRAP: in kernel_validate_attr() 1509 case CKA_UNWRAP: in kernel_build_private_key_object() 1951 case CKA_UNWRAP: in kernel_build_secret_key_object() 2523 case CKA_UNWRAP: in kernel_get_private_key_attribute() 2742 case CKA_UNWRAP: in kernel_get_secret_key_attribute() 3074 case CKA_UNWRAP: in kernel_set_private_key_attribute() 3176 case CKA_UNWRAP: in kernel_set_secret_key_attribute() 3761 case CKA_UNWRAP: in kernel_find_match_attrs()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | decr_mgr.c | 76 CKA_UNWRAP, &attr); in decr_mgr_init()
|
H A D | key.c | 614 unwrap_attr->type = CKA_UNWRAP; in priv_key_set_default_attributes() 734 case CKA_UNWRAP: in priv_key_validate_attribute() 908 unwrap_attr->type = CKA_UNWRAP; in secret_key_set_default_attributes() 1029 case CKA_UNWRAP: in secret_key_validate_attribute()
|
H A D | utility.c | 289 case CKA_UNWRAP: in is_attribute_defined()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 126 CKA_UNWRAP, 161 CKA_UNWRAP, 297 case CKA_UNWRAP: in soft_validate_attr() 1995 case CKA_UNWRAP: 2632 case CKA_UNWRAP: 4098 case CKA_UNWRAP: 4342 case CKA_UNWRAP: 4930 case CKA_UNWRAP: 5042 case CKA_UNWRAP: 6549 case CKA_UNWRAP:
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 180 { { CKA_UNWRAP, NULL, sizeof (CK_BBOOL) }, \ 216 { { CKA_UNWRAP, NULL, sizeof (CK_BBOOL) }, \
|
H A D | pkcs11SUNWExtensions.c | 55 {CKA_UNWRAP, CKF_UNWRAP}
|
H A D | metaObjectManager.c | 917 template[i].type = CKA_UNWRAP; in create_wrap_unwrap_key() 946 template[i].type = CKA_UNWRAP; in create_wrap_unwrap_key()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 499 #define CKA_UNWRAP 0x00000107 macro
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 1562 SETATTR(rsaPriKeyTemplate, numpriattr, CKA_UNWRAP, &true, in genrsa_keypair() 3324 SETATTR(templ, i, CKA_UNWRAP, &condition, sizeof (CK_BBOOL)); in store_raw_key()
|