Home
last modified time | relevance | path

Searched defs:vkey (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtsearch.c23 tsearch(vkey, vrootp, compar) in tsearch() argument
57 tfind(vkey, vrootp, compar) in tfind() argument
87 tdelete(const void * __restrict vkey, void ** __restrict vrootp, in tdelete()
/third_party/openssl/providers/implementations/exchange/
Decx_exch.c72 static int ecx_init(void *vecxctx, void *vkey, in ecx_init()
95 static int ecx_set_peer(void *vecxctx, void *vkey) in ecx_set_peer()
/third_party/openssl/test/
Dtls-provider.c242 static int xor_init(void *vpxorctx, void *vkey, in xor_init()
464 static int xor_has(const void *vkey, int selection) in xor_has()
513 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[]) in xor_get_params()
550 static int xor_set_params(void *vkey, const OSSL_PARAM params[]) in xor_set_params()
658 static int xor_import(void *vkey, int select, const OSSL_PARAM params[]) in xor_import()
697 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export()
/third_party/openssl/providers/implementations/asymciphers/
Dsm2_enc.c59 static int sm2_init(void *vpsm2ctx, void *vkey, const OSSL_PARAM params[]) in sm2_init()
/third_party/openssl/providers/implementations/signature/
Dmac_legacy_sig.c98 static int mac_digest_sign_init(void *vpmacctx, const char *mdname, void *vkey, in mac_digest_sign_init()
/third_party/libxml2/
DHTMLparser.c1464 htmlCompareStartClose(const void *vkey, const void *member) { in htmlCompareStartClose()