Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dtoken_capabilities.h25 uint32_t mechanism_supported_flags(enum pkcs11_mechanism_id id);
37 return mechanism_supported_flags(id) != 0; in mechanism_is_supported()
H A Dtoken_capabilities.c336 uint32_t mechanism_supported_flags(enum pkcs11_mechanism_id id) in mechanism_supported_flags() function
H A Dpkcs11_token.c533 info.flags = mechanism_supported_flags(type); in entry_ck_token_mecha_info()
H A Dpkcs11_attributes.c85 allowed = mechanism_supported_flags(mechanism_type) & in check_mechanism_against_processing()