Home
last modified time | relevance | path

Searched refs:PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c1571 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_access_attrs_against_token()
1600 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_created_attrs_against_token()
1939 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
1963 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
1969 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
1996 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
2006 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
2011 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
2016 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
2021 return PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED; in check_parent_attrs_against_processing()
[all …]
H A Dprocessing.c932 if (rc == PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED) { in entry_processing_key()
1218 if (rc == PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED) in entry_wrap_key()
H A Dpkcs11_helpers.c268 PKCS11_ID(PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED),
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h745 PKCS11_CKR_KEY_FUNCTION_NOT_PERMITTED = 0x0068, enumerator