Searched refs:mandated_count (Results 1 – 1 of 1) sorted by relevance
604 size_t mandated_count = 0; in create_certificate_attributes() local641 mandated_count = ARRAY_SIZE(pkcs11_x509_certificate_mandated); in create_certificate_attributes()652 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_certificate_attributes()721 size_t mandated_count = 0; in create_pub_key_attributes() local755 mandated_count = ARRAY_SIZE(rsa_pub_key_gen_mand); in create_pub_key_attributes()760 mandated_count = ARRAY_SIZE(rsa_pub_key_create_mand); in create_pub_key_attributes()772 mandated_count = ARRAY_SIZE(ec_public_key_mandated); in create_pub_key_attributes()782 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_pub_key_attributes()794 size_t mandated_count = 0; in create_priv_key_attributes() local829 mandated_count = ARRAY_SIZE(ec_private_key_mandated); in create_priv_key_attributes()[all …]
Completed in 7 milliseconds