Searched defs:vkey (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/crypto/heimdal/lib/roken/ |
H A D | tsearch.c | 40 rk_tsearch(const void *vkey, void **vrootp, in rk_tsearch() 116 rk_tdelete(const void * vkey, void ** vrootp, in rk_tdelete() 162 rk_tfind(const void *vkey, void * const *vrootp, in rk_tfind()
|
/freebsd-src/lib/libc/stdlib/ |
H A D | tfind.c | 29 tfind(const void *vkey, posix_tnode * const *rootp, in tfind()
|
/freebsd-src/crypto/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 72 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()
|
/freebsd-src/crypto/openssl/test/ |
H A D | tls-provider.c | 248 static int xor_init(void *vpxorctx, void *vkey, in xor_init() 470 static int xor_has(const void *vkey, int selection) in xor_has() 519 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[]) in xor_get_params() 556 static int xor_set_params(void *vkey, const OSSL_PARAM params[]) in xor_set_params() 664 static int xor_import(void *vkey, int select, const OSSL_PARAM params[]) in xor_import() 703 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export()
|
/freebsd-src/crypto/openssl/providers/implementations/asymciphers/ |
H A D | sm2_enc.c | 59 static int sm2_init(void *vpsm2ctx, void *vkey, const OSSL_PARAM params[]) in sm2_init()
|
/freebsd-src/crypto/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 98 static int mac_digest_sign_init(void *vpmacctx, const char *mdname, void *vkey, in mac_digest_sign_init()
|