Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dtoken_capabilities.c20 PKCS11_CKFM_VERIFY | PKCS11_CKFM_VERIFY_RECOVER | \
64 #define CKFM_AUTH_NO_RECOVER (PKCS11_CKFM_SIGN | PKCS11_CKFM_VERIFY)
H A Dpkcs11_attributes.c51 return PKCS11_CKFM_VERIFY; in pkcs11_func2ckfm()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h994 #define PKCS11_CKFM_VERIFY (1U << 13) macro