Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1503 ulPublicKeyAttributeCount, &obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1511 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1522 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1532 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1558 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dioctl.h1084 caddr_t kp_public_attributes; member
1148 caddr32_t kp_public_attributes; member
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c5641 pub_attributes = STRUCT_FGETP(generate_key_pair, kp_public_attributes); in object_generate_key_pair()