Searched refs:mandated (Results 1 – 2 of 2) sorted by relevance
602 uint32_t const *mandated = NULL; in create_certificate_attributes() local639 mandated = pkcs11_x509_certificate_mandated; in create_certificate_attributes()652 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_certificate_attributes()719 uint32_t const *mandated = NULL; in create_pub_key_attributes() local753 mandated = rsa_pub_key_gen_mand; in create_pub_key_attributes()759 mandated = rsa_pub_key_create_mand; in create_pub_key_attributes()770 mandated = ec_public_key_mandated; in create_pub_key_attributes()782 rc = set_mandatory_attributes(out, temp, mandated, mandated_count); in create_pub_key_attributes()792 uint32_t const *mandated = NULL; in create_priv_key_attributes() local827 mandated = ec_private_key_mandated; in create_priv_key_attributes()[all …]
1433 use it to reduce error probability in RSA key generation to levels mandated
Completed in 17 milliseconds