Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h761 PKCS11_CKR_SESSION_PARALLEL_NOT_SUPPORTED = 0x00b4, enumerator
/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.c282 PKCS11_ID(PKCS11_CKR_SESSION_PARALLEL_NOT_SUPPORTED),
H A Dpkcs11_token.c638 return PKCS11_CKR_SESSION_PARALLEL_NOT_SUPPORTED; in entry_ck_open_session()