Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dpkcs11_attributes.c602 uint32_t const *mandated = NULL; in create_certificate_attributes() local
639 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() local
753 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() local
827 mandated = ec_private_key_mandated; in create_priv_key_attributes()
[all …]
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1433 use it to reduce error probability in RSA key generation to levels mandated

Completed in 17 milliseconds