Home
last modified time | relevance | path

Searched defs:clientdata (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dtouch.c16 const char *clientdata = FIDO_DUMMY_CLIENTDATA; in fido_dev_get_touch_begin() local
H A Dassert.c393 get_es256_hash(fido_blob_t *dgst, const fido_blob_t *clientdata, in get_es256_hash()
417 get_es384_hash(fido_blob_t *dgst, const fido_blob_t *clientdata, in get_es384_hash()
441 get_eddsa_hash(fido_blob_t *dgst, const fido_blob_t *clientdata, in get_eddsa_hash()
457 const fido_blob_t *clientdata, const fido_blob_t *authdata_cbor) in fido_get_signed_hash()
H A Du2f.c865 const char *clientdata = FIDO_DUMMY_CLIENTDATA; in u2f_get_touch_begin() local
H A Dcred.c246 size_t rp_id_len, const fido_blob_t *clientdata, const fido_blob_t *id, in get_signed_hash_u2f()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp338 void *clientdata; /* language specific type data */ member
359 void *clientdata; /* Language specific module data */ member
518 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) { in SWIG_TypeClientData()
534 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) { in SWIG_TypeNewClientData()
1040 #define SWIG_GetModule(clientdata) SWIG_Lua_GetModule((lua_State*)(clientdata)) argument
1041 #define SWIG_SetModule(clientdata, pointer) SWIG_Lua_SetModule((lua_State*) (clientdata), pointer) argument
79841 SWIG_InitializeModule(SWIG_INIT_CLIENT_DATA_TYPE clientdata) { in SWIG_InitializeModule()