Home
last modified time | relevance | path

Searched refs:TOKEN_MODEL (Results 1 – 6 of 6) sorted by relevance

/dports/games/gracer/gracer-0.1.5/common/
H A Dgr_course.c41 TOKEN_MODEL, enumerator
64 {TOKEN_MODEL, "MODEL", 5},
170 case TOKEN_MODEL: in gr_course_new_from_data()
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/ykcs11/tests/
H A Dykcs11_tests.c122 const CK_CHAR_PTR TOKEN_MODEL = "YubiKey "; // Skip last 3 characters (version dependent) in test_token_info() local
136 asrt(strncmp(info.model, TOKEN_MODEL, strlen(TOKEN_MODEL)), 0, "TOKEN_MODEL"); in test_token_info()
/dports/net/kea/kea-2.0.1/src/bin/netconf/
H A Dnetconf_parser.h513 TOKEN_MODEL = 276, // "model" enumerator
1421 return symbol_type (token::TOKEN_MODEL, std::move (l)); in make_MODEL()
1428 return symbol_type (token::TOKEN_MODEL, l); in make_MODEL()
/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dmodule.c70 #define TOKEN_MODEL "p11-kit-trust " macro
583 memcpy ((char*)info->model, TOKEN_MODEL, 16); in sys_C_GetTokenInfo()
/dports/security/opencryptoki/opencryptoki-3.11.0/doc/
H A DREADME.icsf_stdll151 TOKEN_MODEL = "ICSFModel"
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ad/
H A Dad_actor_3dx.cpp1047 case TOKEN_MODEL: in TOKEN_DEF()