Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c622 size_t mandated_count = 0; in create_certificate_attributes() local
659 mandated_count = ARRAY_SIZE(pkcs11_x509_certificate_mandated); in create_certificate_attributes()
670 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_certificate_attributes()
739 size_t mandated_count = 0; in create_pub_key_attributes() local
773 mandated_count = ARRAY_SIZE(rsa_pub_key_gen_mand); in create_pub_key_attributes()
778 mandated_count = ARRAY_SIZE(rsa_pub_key_create_mand); in create_pub_key_attributes()
791 mandated_count = ARRAY_SIZE(ec_public_key_mandated); in create_pub_key_attributes()
801 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_pub_key_attributes()
859 size_t mandated_count = 0; in create_priv_key_attributes() local
894 mandated_count = ARRAY_SIZE(ec_private_key_mandated); in create_priv_key_attributes()
[all …]