Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/crypto/
H A Dioctl.h1074 caddr_t gk_attributes; member
1134 caddr32_t gk_attributes; member
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c425 &obj_gk.gk_attributes, &is_token_obj); in C_GenerateKey()
431 free_object_attributes(obj_gk.gk_attributes, ulCount); in C_GenerateKey()
454 free_object_attributes(obj_gk.gk_attributes, ulCount); in C_GenerateKey()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c5369 attributes = STRUCT_FGETP(generate_key, gk_attributes); in object_generate_key()