Home
last modified time | relevance | path

Searched refs:C_InitToken (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h708 CK_RV (*C_InitToken)(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, member
934 CK_RV C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c529 return C_InitToken(slot, test_token_so_pin, sizeof(test_token_so_pin), in init_test_token()
598 rv = C_InitToken(slot, test_token_so_pin, in test_already_initialized_token()
603 rv = C_InitToken(slot, pin1, sizeof(pin1), test_token_label); in test_already_initialized_token()
607 rv = C_InitToken(slot, pin2, sizeof(pin2), test_token_label); in test_already_initialized_token()
879 !ADBG_EXPECT_NOT_NULL(c, ckfunc_list->C_InitToken) || in xtest_pkcs11_test_1003()