Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dobject.c454 return PKCS11_CKR_USER_NOT_LOGGED_IN; in entry_destroy_object()
1037 rc = PKCS11_CKR_USER_NOT_LOGGED_IN; in entry_set_attribute_value()
1179 rc = PKCS11_CKR_USER_NOT_LOGGED_IN; in entry_copy_object()
H A Dpkcs11_attributes.c92 return PKCS11_CKR_USER_NOT_LOGGED_IN; in check_mechanism_against_processing()
106 return PKCS11_CKR_USER_NOT_LOGGED_IN; in check_mechanism_against_processing()
122 return PKCS11_CKR_USER_NOT_LOGGED_IN; in check_mechanism_against_processing()
130 return PKCS11_CKR_USER_NOT_LOGGED_IN; in check_mechanism_against_processing()
1578 return PKCS11_CKR_USER_NOT_LOGGED_IN; in check_access_attrs_against_token()
2445 return PKCS11_CKR_USER_NOT_LOGGED_IN; in check_attrs_against_modification()
H A Dpkcs11_helpers.c298 PKCS11_ID(PKCS11_CKR_USER_NOT_LOGGED_IN),
H A Dpkcs11_token.c1122 return PKCS11_CKR_USER_NOT_LOGGED_IN; in entry_ck_init_pin()
1531 return PKCS11_CKR_USER_NOT_LOGGED_IN; in entry_ck_logout()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h777 PKCS11_CKR_USER_NOT_LOGGED_IN = 0x0101, enumerator