Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1498 ulPublicKeyAttributeCount, &obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1506 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1517 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1527 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1553 free_object_attributes(obj_kp.kp_public_attributes, in C_GenerateKeyPair()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h1084 caddr_t kp_public_attributes; member
1148 caddr32_t kp_public_attributes; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c5729 pub_attributes = STRUCT_FGETP(generate_key_pair, kp_public_attributes); in object_generate_key_pair()