Home
last modified time | relevance | path

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

/dports/security/ykpers/ykpers-1.19.0/tests/
H A Dtest_args_to_config.c181 YK_STATUS *st = _test_init_st(2, 2, 0); in _parse_args_rc()
195 YK_STATUS *st = _test_init_st(1, 3, 0); in _test_config_slot1()
225 YK_STATUS *st = _test_init_st(2, 0, 0); in _test_config_static_slot2()
255 YK_STATUS *st = _test_init_st(1, 3, 0); in _test_too_old_key()
275 YK_STATUS *st = _test_init_st(2, 2, 0); in _test_too_new_key()
295 YK_STATUS *st = _test_init_st(2, 2, 0); in _test_non_config_args()
367 YK_STATUS *st = _test_init_st(2, 1, 0); in _test_oath_hotp_nist_160_bits()
397 YK_STATUS *st = _test_init_st(2, 2, 0); in _test_extended_flags1()
554 YK_STATUS *st = _test_init_st(2, 1, 7); in _test_ndef_for_neo_beta()
573 YK_STATUS *st = _test_init_st(2, 2, 4); in _test_ndef_with_non_neo()
[all …]
H A Dtest_yk_utilities.c73 static YK_STATUS * _test_init_st(int major, int minor, int build) in _test_init_st() function
93 YK_STATUS *st = _test_init_st(supported[i].major, supported[i].minor, supported[i].build); in _test_yk_firmware()