Home
last modified time | relevance | path

Searched refs:PKCS11_CKR_SESSION_READ_ONLY (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dobject.c446 return PKCS11_CKR_SESSION_READ_ONLY; in entry_destroy_object()
1028 rc = PKCS11_CKR_SESSION_READ_ONLY; in entry_set_attribute_value()
1170 rc = PKCS11_CKR_SESSION_READ_ONLY; in entry_copy_object()
H A Dpkcs11_helpers.c283 PKCS11_ID(PKCS11_CKR_SESSION_READ_ONLY),
H A Dpkcs11_token.c985 return PKCS11_CKR_SESSION_READ_ONLY; in set_pin()
1293 return PKCS11_CKR_SESSION_READ_ONLY; in entry_ck_set_pin()
H A Dpkcs11_attributes.c1607 return PKCS11_CKR_SESSION_READ_ONLY; in check_created_attrs_against_token()
2429 return PKCS11_CKR_SESSION_READ_ONLY; in check_attrs_against_modification()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h762 PKCS11_CKR_SESSION_READ_ONLY = 0x00b5, enumerator