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()
469 new_objp->extra_attrlistp = NULL; in C_GenerateKey()1581 new_pub_objp->extra_attrlistp = NULL; in C_GenerateKeyPair()1603 new_pri_objp->extra_attrlistp = NULL; in C_GenerateKeyPair()1923 new_objp->extra_attrlistp = NULL; in C_UnwrapKey()2438 new_objp->extra_attrlistp = NULL; in C_DeriveKey()
204 CK_ATTRIBUTE_INFO_PTR extra_attrlistp; member
122 attrp = old_object->extra_attrlistp; in soft_copy_object()222 old_object->extra_attrlistp = new_object->extra_attrlistp; in soft_merge_object()301 new_objp->extra_attrlistp = NULL; in soft_add_object()1134 attrp = new->extra_attrlistp; in soft_copy_to_old_object()
418 extra_attr = object_p->extra_attrlistp; in soft_cleanup_extra_attr()437 object_p->extra_attrlistp = NULL; in soft_cleanup_extra_attr()477 if (object_p->extra_attrlistp == NULL) { in soft_add_extra_attr()478 object_p->extra_attrlistp = attrp; in soft_add_extra_attr()481 attrp->next = object_p->extra_attrlistp; in soft_add_extra_attr()482 object_p->extra_attrlistp = attrp; in soft_add_extra_attr()565 if (object_p->extra_attrlistp == NULL) { in soft_copy_extra_attr()566 object_p->extra_attrlistp = attrp; in soft_copy_extra_attr()569 attrp->next = object_p->extra_attrlistp; in soft_copy_extra_attr()570 object_p->extra_attrlistp = attrp; in soft_copy_extra_attr()[all …]
317 CK_ATTRIBUTE_INFO_PTR extra_attrlistp; member
378 extra_attr = obj->extra_attrlistp; in soft_keystore_pack_obj()395 extra_attr = obj->extra_attrlistp; in soft_keystore_pack_obj()
77 new_objp->extra_attrlistp = NULL; in soft_gen_keyobject()