Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.c98 ADBG_ENUM_TABLE_ENTRY(CKR_DEVICE_MEMORY),
H A Dpkcs11_1000.c1018 if (rv == CKR_DEVICE_MEMORY || !ADBG_EXPECT_CK_OK(c, rv)) in test_create_destroy_session_objects()
1434 if (rv == CKR_DEVICE_MEMORY) in open_cipher_session()
1440 if (rv == CKR_DEVICE_MEMORY) in open_cipher_session()
1450 if (rv == CKR_DEVICE_MEMORY) in open_cipher_session()
1481 if (rv == CKR_DEVICE_MEMORY) in xtest_pkcs11_test_1007()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h482 #define CKR_DEVICE_MEMORY 0x0031 macro