Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dtoken_capabilities.h15 bool mechanism_is_one_shot_only(uint32_t mechanism_type);
H A Dtoken_capabilities.c210 bool mechanism_is_one_shot_only(uint32_t mechanism_type) in mechanism_is_one_shot_only() function
H A Dpkcs11_attributes.c114 allowed = !mechanism_is_one_shot_only(mechanism_type); in check_mechanism_against_processing()