Lines Matching refs:mandated_count
622 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()
900 mandated_count = ARRAY_SIZE(ec_private_key_mandated); in create_priv_key_attributes()
910 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_priv_key_attributes()