Searched refs:set_mandatory_attributes (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 238 static enum pkcs11_rc set_mandatory_attributes(struct obj_attrs **out, in set_mandatory_attributes() function 645 rc = set_mandatory_attributes(out, temp, pkcs11_certificate_mandated, in create_certificate_attributes() 670 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_certificate_attributes() 756 rc = set_mandatory_attributes(out, temp, public_key_mandated, in create_pub_key_attributes() 801 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_pub_key_attributes() 876 rc = set_mandatory_attributes(out, temp, private_key_mandated, in create_priv_key_attributes() 910 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_priv_key_attributes()
|