Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decx_exch.c71 static int ecx_init(void *vecxctx, void *vkey, const char *algname) in ecx_init()
97 static int x25519_init(void *vecxctx, void *vkey, in x25519_init()
103 static int x448_init(void *vecxctx, void *vkey, in x448_init()
109 static int ecx_set_peer(void *vecxctx, void *vkey) in ecx_set_peer()
/freebsd/crypto/heimdal/lib/roken/
H A Dtsearch.c40 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/crypto/openssl/providers/implementations/keymgmt/
H A Dml_kem_kmgmt.c189 static int ml_kem_has(const void *vkey, int selection) in ml_kem_has()
222 static int ml_kem_validate(const void *vkey, int selection, int check_type) in ml_kem_validate()
234 static int ml_kem_export(void *vkey, int selection, OSSL_CALLBACK *param_cb, in ml_kem_export()
461 static int ml_kem_import(void *vkey, int selection, const OSSL_PARAM params[]) in ml_kem_import()
556 static int ml_kem_get_params(void *vkey, OSSL_PARAM params[]) in ml_kem_get_params()
646 static int ml_kem_set_params(void *vkey, const OSSL_PARAM params[]) in ml_kem_set_params()
806 static void *ml_kem_dup(const void *vkey, int selection) in ml_kem_dup()
H A Dmlx_kmgmt.c62 static void mlx_kem_key_free(void *vkey) in mlx_kem_key_free()
101 static int mlx_kem_has(const void *vkey, int selection) in mlx_kem_has()
244 static int mlx_kem_export(void *vkey, int selection, OSSL_CALLBACK *param_cb, in mlx_kem_export()
460 static int mlx_kem_import(void *vkey, int selection, const OSSL_PARAM params[]) in mlx_kem_import()
492 static int mlx_kem_get_params(void *vkey, OSSL_PARAM params[]) in mlx_kem_get_params()
588 static int mlx_kem_set_params(void *vkey, const OSSL_PARAM params[]) in mlx_kem_set_params()
731 static void *mlx_kem_dup(const void *vkey, int selection) in mlx_kem_dup()
H A Dtemplate_kmgmt.c85 static void template_free(void *vkey) in template_free()
/freebsd/crypto/openssl/providers/implementations/kem/
H A Dtemplate_kem.c81 static int template_init(void *vctx, int operation, void *vkey, void *vauth, in template_init()
96 static int template_encapsulate_init(void *vctx, void *vkey, in template_encapsulate_init()
102 static int template_decapsulate_init(void *vctx, void *vkey, in template_decapsulate_init()
H A Dmlx_kem.c69 mlx_kem_encapsulate_init(void *vctx, void *vkey, const OSSL_PARAM params[]) in mlx_kem_encapsulate_init()
81 mlx_kem_decapsulate_init(void *vctx, void *vkey, const OSSL_PARAM params[]) in mlx_kem_decapsulate_init()
H A Dml_kem_kem.c74 static int ml_kem_encapsulate_init(void *vctx, void *vkey, in ml_kem_encapsulate_init()
86 static int ml_kem_decapsulate_init(void *vctx, void *vkey, in ml_kem_decapsulate_init()
/freebsd/lib/libc/stdlib/
H A Dtfind.c29 tfind(const void *vkey, posix_tnode * const *rootp, in tfind()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c124 static int ml_dsa_signverify_msg_init(void *vctx, void *vkey, in ml_dsa_signverify_msg_init()
151 static int ml_dsa_sign_msg_init(void *vctx, void *vkey, const OSSL_PARAM params[]) in ml_dsa_sign_msg_init()
158 void *vkey, const OSSL_PARAM params[]) in ml_dsa_digest_signverify_init()
214 static int ml_dsa_verify_msg_init(void *vctx, void *vkey, const OSSL_PARAM params[]) in ml_dsa_verify_msg_init()
H A Dslh_dsa_sig.c145 static int slh_dsa_signverify_msg_init(void *vctx, void *vkey, in slh_dsa_signverify_msg_init()
176 static int slh_dsa_sign_msg_init(void *vctx, void *vkey, const OSSL_PARAM params[]) in slh_dsa_sign_msg_init()
183 void *vkey, const OSSL_PARAM params[]) in slh_dsa_digest_signverify_init()
236 static int slh_dsa_verify_msg_init(void *vctx, void *vkey, const OSSL_PARAM params[]) in slh_dsa_verify_msg_init()
H A Dmac_legacy_sig.c96 static int mac_digest_sign_init(void *vpmacctx, const char *mdname, void *vkey, in mac_digest_sign_init()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c856 static int ml_dsa_spki_pub_to_der(const void *vkey, unsigned char **pder, in ml_dsa_spki_pub_to_der()
862 static int ml_dsa_pki_priv_to_der(const void *vkey, unsigned char **pder, in ml_dsa_pki_priv_to_der()
886 static int ml_kem_spki_pub_to_der(const void *vkey, unsigned char **pder, in ml_kem_spki_pub_to_der()
892 static int ml_kem_pki_priv_to_der(const void *vkey, unsigned char **pder, in ml_kem_pki_priv_to_der()
1029 static int slh_dsa_spki_pub_to_der(const void *vkey, unsigned char **pder, in slh_dsa_spki_pub_to_der()
1049 static int slh_dsa_pki_priv_to_der(const void *vkey, unsigned char **pder, in slh_dsa_pki_priv_to_der()
H A Dencode_key2text.c441 static int ml_kem_to_text(BIO *out, const void *vkey, int selection) in ml_kem_to_text()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c60 static int sm2_init(void *vpsm2ctx, void *vkey, const OSSL_PARAM params[]) in sm2_init()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c477 static int xor_init(void *vpxorctx, void *vkey, in xor_init()
738 static int xor_has(const void *vkey, int selection) in xor_has()
789 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[]) in xor_get_params()
826 static int xor_set_params(void *vkey, const OSSL_PARAM params[]) in xor_set_params()
1000 static int xor_import(void *vkey, int select, const OSSL_PARAM params[]) in xor_import()
1039 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export()