Lines Matching refs:get_attribute_ptr
246 if (get_attribute_ptr(temp, attrs[n], &value, &size)) in set_mandatory_attributes()
282 rc = get_attribute_ptr(temp, attrs[n], &value, &size); in set_optional_attributes_with_def()
661 rc = get_attribute_ptr(*out, PKCS11_CKA_CERTIFICATE_CATEGORY, in create_certificate_attributes()
694 rc = get_attribute_ptr(*out, PKCS11_CKA_NAME_HASH_ALGORITHM, NULL, in create_certificate_attributes()
855 rc = get_attribute_ptr(*temp, PKCS11_CKA_VALUE, NULL, &a_size); in sanitize_symm_key_attributes()
872 if (get_attribute_ptr(*temp, PKCS11_CKA_VALUE_LEN, NULL, in sanitize_symm_key_attributes()
1020 rc = get_attribute_ptr(parent, indirect_template, in create_attributes_from_template()
1113 if (get_attribute_ptr(temp, PKCS11_CKA_LOCAL, NULL, NULL) != in create_attributes_from_template()
1119 if (get_attribute_ptr(temp, PKCS11_CKA_KEY_GEN_MECHANISM, NULL, NULL) != in create_attributes_from_template()
1167 if (get_attribute_ptr(temp, PKCS11_CKA_EXTRACTABLE, in create_attributes_from_template()
1592 rc = get_attribute_ptr(head, PKCS11_CKA_ALLOWED_MECHANISMS, in parent_key_complies_allowed_processings()
2084 if (get_attribute_ptr(obj->attributes, cli_ref.id, NULL, in check_attrs_against_modification()
2192 if (get_attribute_ptr(head, PKCS11_CKA_VALUE, data, sz)) in get_key_data_to_wrap()
2214 rc = get_attribute_ptr(*pub_head, PKCS11_CKA_ID, &id1, &id1_size); in add_missing_attribute_id()
2223 rc = get_attribute_ptr(*priv_head, PKCS11_CKA_ID, &id2, &id2_size); in add_missing_attribute_id()