Searched refs:extra_attrlistp (Results 1 – 9 of 9) sorted by relevance
328 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 …]
120 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()
474 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()
204 CK_ATTRIBUTE_INFO_PTR extra_attrlistp; member
120 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()
421 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 …]
313 CK_ATTRIBUTE_INFO_PTR extra_attrlistp; member
359 extra_attr = obj->extra_attrlistp; in soft_keystore_pack_obj()376 extra_attr = obj->extra_attrlistp; in soft_keystore_pack_obj()
76 new_objp->extra_attrlistp = NULL; in soft_gen_keyobject()