Home
last modified time | relevance | path

Searched refs:test_ec_sign_simple (Results 1 – 3 of 3) sorted by relevance

/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/ykcs11/tests/
H A Dykcs11_tests_util.h52 void test_ec_sign_simple(CK_FUNCTION_LIST_PTR funcs, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE_PT…
H A Dykcs11_tests.c427 test_ec_sign_simple(funcs, session, obj_pvtkey, n_keys, NULL, 0); in test_generate_eccp()
671 test_ec_sign_simple(funcs, session, obj_pvtkey, n_keys, eck, key_len); in test_import_eccp()
H A Dykcs11_tests_util.c629 void test_ec_sign_simple(CK_FUNCTION_LIST_PTR funcs, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE_PT… in test_ec_sign_simple() function