Searched refs:oon (Results 1 – 1 of 1) sorted by relevance
720 uint32_t const *oon = NULL; in create_pub_key_attributes() local754 oon = rsa_pub_key_gen_opt_or_null; in create_pub_key_attributes()771 oon = ec_public_key_opt_or_null; in create_pub_key_attributes()786 return set_attributes_opt_or_null(out, temp, oon, oon_count); in create_pub_key_attributes()793 uint32_t const *oon = NULL; in create_priv_key_attributes() local823 oon = rsa_priv_key_opt_or_null; in create_priv_key_attributes()828 oon = ec_private_key_opt_or_null; in create_priv_key_attributes()843 return set_attributes_opt_or_null(out, temp, oon, oon_count); in create_priv_key_attributes()
Completed in 5 milliseconds