Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_meth.c22 RSA_METHOD *meth = OPENSSL_zalloc(sizeof(*meth)); in RSA_meth_new() local
37 void RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()
45 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()
62 const char *RSA_meth_get0_name(const RSA_METHOD *meth) in RSA_meth_get0_name()
67 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()
80 int RSA_meth_get_flags(const RSA_METHOD *meth) in RSA_meth_get_flags()
85 int RSA_meth_set_flags(RSA_METHOD *meth, int flags) in RSA_meth_set_flags()
91 void *RSA_meth_get0_app_data(const RSA_METHOD *meth) in RSA_meth_get0_app_data()
96 int RSA_meth_set0_app_data(RSA_METHOD *meth, void *app_data) in RSA_meth_set0_app_data()
102 int (*RSA_meth_get_pub_enc(const RSA_METHOD *meth)) in RSA_meth_get_pub_enc()
[all …]
H A Drsa_schemes.c17 static int meth2nid(const void *meth, in meth2nid()
18 int (*meth_is_a)(const void *meth, const char *name), in meth2nid()
30 static const char *nid2name(int meth, const OSSL_ITEM *items, size_t items_n) in nid2name()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_kmeth.c50 void EC_KEY_set_default_method(const EC_KEY_METHOD *meth) in EC_KEY_set_default_method()
63 int EC_KEY_set_method(EC_KEY *key, const EC_KEY_METHOD *meth) in EC_KEY_set_method()
177 EC_KEY_METHOD *EC_KEY_METHOD_new(const EC_KEY_METHOD *meth) in EC_KEY_METHOD_new()
189 void EC_KEY_METHOD_free(EC_KEY_METHOD *meth) in EC_KEY_METHOD_free()
195 void EC_KEY_METHOD_set_init(EC_KEY_METHOD *meth, in EC_KEY_METHOD_set_init()
213 void EC_KEY_METHOD_set_keygen(EC_KEY_METHOD *meth, in EC_KEY_METHOD_set_keygen()
219 void EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, in EC_KEY_METHOD_set_compute_key()
228 void EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, in EC_KEY_METHOD_set_sign()
247 void EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, in EC_KEY_METHOD_set_verify()
261 void EC_KEY_METHOD_get_init(const EC_KEY_METHOD *meth, in EC_KEY_METHOD_get_init()
[all …]
H A Dec_cvt.c24 const EC_METHOD *meth; in EC_GROUP_new_curve_GFp() local
73 const EC_METHOD *meth; in EC_GROUP_new_curve_GF2m() local
/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_lib.c18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new()
40 int COMP_get_type(const COMP_METHOD *meth) in COMP_get_type()
47 const char *COMP_get_name(const COMP_METHOD *meth) in COMP_get_name()
H A Dcomp_local.h24 struct comp_method_st *meth; member
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_lib.c13 static DSO *DSO_new_method(DSO_METHOD *meth) in DSO_new_method()
104 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load()
293 DSO_METHOD *meth = DSO_METHOD_openssl(); in DSO_pathbyaddr() local
322 DSO_METHOD *meth = DSO_METHOD_openssl(); in DSO_global_lookup() local
H A Ddso_local.h20 DSO_METHOD *meth; member
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c182 const RAND_METHOD *meth = default_RAND_meth; in ossl_rand_cleanup_int() local
227 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_poll() local
263 static int rand_set_rand_method_internal(const RAND_METHOD *meth, in rand_set_rand_method_internal()
280 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method()
360 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed() local
377 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add() local
398 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes() local
411 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status() local
442 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_priv_bytes_ex() local
481 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes_ex() local
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c87 custom_ext_method *meth = exts->meths; in custom_ext_find() local
107 custom_ext_method *meth = exts->meths; in custom_ext_init() local
121 custom_ext_method *meth; in custom_ext_parse() local
179 custom_ext_method *meth; in custom_ext_add() local
388 custom_ext_method *meth; in custom_exts_free() local
419 custom_ext_method *meth, *tmp; in ossl_tls_add_custom_ext_intern() local
/freebsd/crypto/openssl/test/
H A Dbio_comp_test.c37 static int do_bio_comp_test(const BIO_METHOD *meth, size_t size) in do_bio_comp_test()
79 static int do_bio_comp(const BIO_METHOD *meth, int n) in do_bio_comp()
H A Dssl_ctx_test.c79 const SSL_METHOD *meth = NULL; in test_set_min_max_version() local
/freebsd/contrib/dma/
H A Dcrypto.c109 const SSL_METHOD *meth = NULL; in smtp_init_crypto() local
111 SSL_METHOD *meth = NULL; in smtp_init_crypto() local
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_int.c31 static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, in s2i_asn1_int()
/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py196 def runXTS(self, fname, meth): argument
202 def runXTSWithParser(self, parser, meth): argument
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c40 int CONF_set_default_method(CONF_METHOD *meth) in CONF_set_default_method()
182 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth) in NCONF_new_ex()
199 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new()
/freebsd/crypto/openssl/ssl/
H A Dssl_mcnf.c30 const SSL_METHOD *meth; in ssl_do_config() local
/freebsd/crypto/openssl/include/openssl/
H A Dconftypes.h35 CONF_METHOD *meth; member
/freebsd/contrib/libpcap/
H A Dsslutils.c71 SSL_METHOD const *meth = in ssl_init_once() local
/freebsd/crypto/openssl/include/internal/
H A Dsha3.h47 PROV_SHA3_METHOD meth; member
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_local.h36 const DH_METHOD *meth; member
/freebsd/crypto/openssl/apps/
H A Dciphers.c93 const SSL_METHOD *meth = TLS_server_method(); in ciphers_main() local
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_local.h31 const DSA_METHOD *meth; member
/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c94 const RSA_METHOD *meth; in helper_by_rsa() local
111 const EC_KEY_METHOD *meth; in helper_by_ec() local
/freebsd/crypto/openssl/crypto/ui/
H A Dui_local.h95 const UI_METHOD *meth; member

123