Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c738 uint32_t const *oon = NULL; in create_pub_key_attributes() local
772 oon = rsa_pub_key_gen_opt_or_null; in create_pub_key_attributes()
790 oon = ec_public_key_opt_or_null; in create_pub_key_attributes()
805 return set_attributes_opt_or_null(out, temp, oon, oon_count); in create_pub_key_attributes()
858 uint32_t const *oon = NULL; in create_priv_key_attributes() local
888 oon = rsa_priv_key_opt_or_null; in create_priv_key_attributes()
893 oon = ec_private_key_opt_or_null; in create_priv_key_attributes()
899 oon = eddsa_private_key_opt_or_null; in create_priv_key_attributes()
914 return set_attributes_opt_or_null(out, temp, oon, oon_count); in create_priv_key_attributes()