Home
last modified time | relevance | path

Searched refs:extra_attrlistp (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c328 extra_attr = object_p->extra_attrlistp; in kernel_cleanup_extra_attr()
345 object_p->extra_attrlistp = NULL; in kernel_cleanup_extra_attr()
385 if (object_p->extra_attrlistp == NULL) { in kernel_add_extra_attr()
386 object_p->extra_attrlistp = attrp; in kernel_add_extra_attr()
389 attrp->next = object_p->extra_attrlistp; in kernel_add_extra_attr()
390 object_p->extra_attrlistp = attrp; in kernel_add_extra_attr()
432 if (object_p->extra_attrlistp == NULL) { in kernel_copy_extra_attr()
433 object_p->extra_attrlistp = attrp; in kernel_copy_extra_attr()
436 attrp->next = object_p->extra_attrlistp; in kernel_copy_extra_attr()
437 object_p->extra_attrlistp = attrp; in kernel_copy_extra_attr()
[all …]
H A DkernelObjectUtil.c120 attrp = old_object->extra_attrlistp; in kernel_copy_object()
198 old_object->extra_attrlistp = new_object->extra_attrlistp; in kernel_merge_object()
225 new_objp->extra_attrlistp = NULL; in kernel_add_object()
H A DkernelKeys.c474 new_objp->extra_attrlistp = NULL; in C_GenerateKey()
1586 new_pub_objp->extra_attrlistp = NULL; in C_GenerateKeyPair()
1608 new_pri_objp->extra_attrlistp = NULL; in C_GenerateKeyPair()
1928 new_objp->extra_attrlistp = NULL; in C_UnwrapKey()
2443 new_objp->extra_attrlistp = NULL; in C_DeriveKey()
H A DkernelObject.h204 CK_ATTRIBUTE_INFO_PTR extra_attrlistp; member
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c120 attrp = old_object->extra_attrlistp; in soft_copy_object()
220 old_object->extra_attrlistp = new_object->extra_attrlistp; in soft_merge_object()
240 new_objp->extra_attrlistp = NULL; in soft_add_object()
1074 attrp = new->extra_attrlistp; in soft_copy_to_old_object()
H A DsoftAttributeUtil.c421 extra_attr = object_p->extra_attrlistp; in soft_cleanup_extra_attr()
438 object_p->extra_attrlistp = NULL; in soft_cleanup_extra_attr()
478 if (object_p->extra_attrlistp == NULL) { in soft_add_extra_attr()
479 object_p->extra_attrlistp = attrp; in soft_add_extra_attr()
482 attrp->next = object_p->extra_attrlistp; in soft_add_extra_attr()
483 object_p->extra_attrlistp = attrp; in soft_add_extra_attr()
566 if (object_p->extra_attrlistp == NULL) { in soft_copy_extra_attr()
567 object_p->extra_attrlistp = attrp; in soft_copy_extra_attr()
570 attrp->next = object_p->extra_attrlistp; in soft_copy_extra_attr()
571 object_p->extra_attrlistp = attrp; in soft_copy_extra_attr()
[all …]
H A DsoftObject.h313 CK_ATTRIBUTE_INFO_PTR extra_attrlistp; member
H A DsoftKeystore.c359 extra_attr = obj->extra_attrlistp; in soft_keystore_pack_obj()
376 extra_attr = obj->extra_attrlistp; in soft_keystore_pack_obj()
H A DsoftKeysUtil.c76 new_objp->extra_attrlistp = NULL; in soft_gen_keyobject()