Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c402 !ADBG_EXPECT_NOT_NULL(c, ckfunc_list->C_OpenSession) || in xtest_pkcs11_test_1002()
412 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[0]); in xtest_pkcs11_test_1002()
418 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[0]); in xtest_pkcs11_test_1002()
434 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[1]); in xtest_pkcs11_test_1002()
448 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[2]); in xtest_pkcs11_test_1002()
504 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[0]); in xtest_pkcs11_test_1002()
540 rv = C_OpenSession(slot, session_flags, NULL, 0, &session); in init_user_test_token()
561 rv = C_OpenSession(slot, session_flags, NULL, 0, &session); in init_user_test_token()
729 rv = C_OpenSession(slot, session_flags, NULL, 0, &session); in test_login_logout()
816 rv = C_OpenSession(slot, session_flags, NULL, 0, &session); in test_set_pin()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h715 CK_RV (*C_OpenSession)(CK_SLOT_ID slotID, CK_FLAGS flags, member
944 CK_RV C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags,