Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h712 CK_RV (*C_SetPIN)(CK_SESSION_HANDLE hSession, member
940 CK_RV C_SetPIN(CK_SESSION_HANDLE hSession,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c835 rv = C_SetPIN(session, old_pin, old_pin_sz, some_pin, sizeof(some_pin)); in test_set_pin()
853 rv = C_SetPIN(session, some_pin, sizeof(some_pin), old_pin, old_pin_sz); in test_set_pin()
881 !ADBG_EXPECT_NOT_NULL(c, ckfunc_list->C_SetPIN) || in xtest_pkcs11_test_1003()