Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.h48 ADBG_EXPECT_ENUM(c, CKR_OK, got, ADBG_EnumTable_CK_RV)
H A Dpkcs11_1000.c93 if (rv != CKR_OK) in init_lib_and_find_token_slot()
546 if (rv == CKR_OK) { in init_user_test_token()
600 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, rv, !=, CKR_OK)) in test_already_initialized_token()
604 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, rv, !=, CKR_OK)) in test_already_initialized_token()
608 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, rv, !=, CKR_OK)) in test_already_initialized_token()
811 CK_RV rv2 = CKR_OK; in test_set_pin()
812 CK_RV rv = CKR_OK; in test_set_pin()
900 if (rv != CKR_OK) in xtest_pkcs11_test_1003()
905 if (rv != CKR_OK) in xtest_pkcs11_test_1003()
909 if (rv != CKR_OK) in xtest_pkcs11_test_1003()
[all …]
H A Dxtest_test.c80 ADBG_ENUM_TABLE_ENTRY(CKR_OK),
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h464 #define CKR_OK 0x0000 macro