Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dtoken_capabilities.h13 bool mechanism_flags_complies_pkcs11(uint32_t mechanism_type, uint32_t flags);
15 bool mechanism_is_one_shot_only(uint32_t mechanism_type);
A Dtoken_capabilities.c184 bool __maybe_unused mechanism_flags_complies_pkcs11(uint32_t mechanism_type, in mechanism_flags_complies_pkcs11() argument
192 if (pkcs11_modes[n].id == mechanism_type) { in mechanism_flags_complies_pkcs11()
195 id2str_mechanism(mechanism_type), in mechanism_flags_complies_pkcs11()
206 bool mechanism_is_one_shot_only(uint32_t mechanism_type) in mechanism_is_one_shot_only() argument
211 if (pkcs11_modes[n].id == mechanism_type) in mechanism_is_one_shot_only()
A Dpkcs11_attributes.h161 enum pkcs11_mechanism_id mechanism_type,
A Dpkcs11_attributes.c60 enum pkcs11_mechanism_id mechanism_type, in check_mechanism_against_processing() argument
82 allowed = mechanism_supported_flags(mechanism_type) & in check_mechanism_against_processing()
111 allowed = !mechanism_is_one_shot_only(mechanism_type); in check_mechanism_against_processing()
142 (unsigned int)mechanism_type, id2str_proc(mechanism_type), in check_mechanism_against_processing()

Completed in 8 milliseconds