Home
last modified time | relevance | path

Searched refs:dk_attributes (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/crypto/
H A Dioctl.h1118 caddr_t dk_attributes; member
1182 caddr32_t dk_attributes; member
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c2393 &obj_dk.dk_attributes, &is_token_obj); in C_DeriveKey()
2400 free_object_attributes(obj_dk.dk_attributes, in C_DeriveKey()
2424 free_object_attributes(obj_dk.dk_attributes, ulAttributeCount); in C_DeriveKey()
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c6317 attributes = STRUCT_FGETP(derive_key, dk_attributes); in object_derive_key()