Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h951 #define PKCS11_CKFSS_RW_SESSION (1U << 1) macro
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c640 if (flags & ~(PKCS11_CKFSS_RW_SESSION | PKCS11_CKFSS_SERIAL_SESSION)) in entry_ck_open_session()
643 readonly = !(flags & PKCS11_CKFSS_RW_SESSION); in entry_ck_open_session()
808 info.flags |= PKCS11_CKFSS_RW_SESSION; in entry_ck_session_info()
H A Dpkcs11_helpers.c236 PKCS11_ID(PKCS11_CKFSS_RW_SESSION),