Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.h94 const char *id2str_key_type(uint32_t id);
H A Dpkcs11_helpers.c787 return id2str_key_type(key_type); in id2str_type()
793 const char *id2str_key_type(uint32_t id) in id2str_key_type() function
822 return id2str_key_type(type); in id2str_attr_value()
H A Dpkcs11_attributes.c581 get_key_type(*out), id2str_key_type(get_key_type(*out))); in create_symm_key_attributes()
796 get_key_type(*out), id2str_key_type(get_key_type(*out))); in create_pub_key_attributes()
905 get_key_type(*out), id2str_key_type(get_key_type(*out))); in create_priv_key_attributes()
1151 get_key_type(*temp), id2str_key_type(get_key_type(*temp))); in sanitize_symm_key_attributes()
1956 id2str_class(key_class), id2str_key_type(key_type)); in check_parent_attrs_against_processing()