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 D | xtest_test.h | 48 ADBG_EXPECT_ENUM(c, CKR_OK, got, ADBG_EnumTable_CK_RV)
|
| H A D | pkcs11_1000.c | 93 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 D | xtest_test.c | 80 ADBG_ENUM_TABLE_ENTRY(CKR_OK),
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | pkcs11.h | 464 #define CKR_OK 0x0000 macro
|