Home
last modified time | relevance | path

Searched refs:mechanism_flags_complies_pkcs11 (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dtoken_capabilities.h13 bool mechanism_flags_complies_pkcs11(uint32_t mechanism_type, uint32_t flags);
H A Dtoken_capabilities.c188 bool __maybe_unused mechanism_flags_complies_pkcs11(uint32_t mechanism_type, in mechanism_flags_complies_pkcs11() function
344 assert(mechanism_flags_complies_pkcs11(id, flags)); in mechanism_supported_flags()