Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 75) sorted by relevance

123

/openssl/crypto/evp/
H A Dnames.c173 void (*fn) (const EVP_CIPHER *ciph, member
181 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_cipher_fn()
186 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, in EVP_CIPHER_do_all()
195 dc.fn = fn; in EVP_CIPHER_do_all()
209 dc.fn = fn; in EVP_CIPHER_do_all_sorted()
216 void (*fn) (const EVP_MD *ciph, member
224 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_md_fn()
229 void EVP_MD_do_all(void (*fn) (const EVP_MD *md, in EVP_MD_do_all()
238 dc.fn = fn; in EVP_MD_do_all()
243 void EVP_MD_do_all_sorted(void (*fn) (const EVP_MD *md, in EVP_MD_do_all_sorted()
[all …]
H A Dlegacy_meth.h10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \ argument
13 return fn##_Init(EVP_MD_CTX_get0_md_data(ctx)); \
17 return fn##_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
21 return fn##_Final(md, EVP_MD_CTX_get0_md_data(ctx)); \
24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \ argument
27 return fn##_init(EVP_MD_CTX_get0_md_data(ctx)); \
31 return fn##_update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
35 return fn##_final(md, EVP_MD_CTX_get0_md_data(ctx)); \
H A Dlegacy_sha.c29 #define IMPLEMENT_LEGACY_EVP_MD_METH_SHA3(nm, fn, tag) \ argument
32 return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
36 return fn##_update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
40 return fn##_final(md, EVP_MD_CTX_get0_md_data(ctx)); \
42 #define IMPLEMENT_LEGACY_EVP_MD_METH_SHAKE(nm, fn, tag) \ argument
45 return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
/openssl/test/recipes/
H A D15-test_genec.t202 my $fn = $params_encodings{$paramenc};
206 $fn->("genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (text)",
215 $fn->("genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (${outform})",
226 $fn->("genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (text)",
235 $fn->("genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (${outform})",
263 my $fn = $params_encodings{$paramenc};
267 $fn->("genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (text)",
276 $fn->("genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (${outform})",
287 $fn->("genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (text)",
296 $fn->("genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (${outform})",
/openssl/Configurations/
H A Dunix-Makefile.tmpl704 fn=`basename $$i`; \
711 fn=`basename $$l`; \
777 fn=`basename $$i`; \
784 fn=`basename $$l`; \
825 fn=`basename $$e`; \
837 fn=`basename $$e`; \
849 fn=`basename $$e`; \
861 fn=`basename $$e`; \
879 fn=`basename $$s`; \
901 fn=`basename $$x`; \
[all …]
/openssl/test/
H A Dv3nametest.c231 int (*fn) (X509 *, const char *); member
263 static int check_message(const struct set_name_fn *fn, const char *op, in check_message() argument
271 fn->name, op, nameincert, in check_message()
280 const struct set_name_fn *fn) in run_cert() argument
299 } else if (fn->host) { in run_cert()
306 if (!TEST_true(check_message(fn, "host", nameincert, match, *pname))) in run_cert()
314 } else if (fn->host) { in run_cert()
321 if (!TEST_true(check_message(fn, "host-no-wildcards", in run_cert()
327 if (fn->email) { in run_cert()
334 if (!TEST_true(check_message(fn, "email", nameincert, match, *pname))) in run_cert()
[all …]
/openssl/crypto/
H A Dcore_algorithm.c22 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store, member
77 data->fn(provider, thismap, no_store, data->data); in algorithm_do_map()
142 void (*fn)(OSSL_PROVIDER *provider, in ossl_algorithm_do_all()
156 cbdata.fn = fn; in ossl_algorithm_do_all()
/openssl/crypto/err/
H A Derr_local.h50 const char *fn) in err_set_debug() argument
63 if (fn == NULL || fn[0] == '\0') in err_set_debug()
66 es->err_func[i] = OPENSSL_strdup(fn); in err_set_debug()
/openssl/crypto/engine/
H A Dtb_digest.c76 ENGINE_DIGESTS_PTR fn = ENGINE_get_digests(e); in ENGINE_get_digest() local
77 if (!fn || !fn(e, &ret, NULL, nid)) { in ENGINE_get_digest()
H A Dtb_cipher.c76 ENGINE_CIPHERS_PTR fn = ENGINE_get_ciphers(e); in ENGINE_get_cipher() local
77 if (!fn || !fn(e, &ret, NULL, nid)) { in ENGINE_get_cipher()
H A Dtb_pkmeth.c77 ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e); in ENGINE_get_pkey_meth() local
78 if (!fn || !fn(e, &ret, NULL, nid)) { in ENGINE_get_pkey_meth()
H A Dtb_asnmth.c90 ENGINE_PKEY_ASN1_METHS_PTR fn = ENGINE_get_pkey_asn1_meths(e); in ENGINE_get_pkey_asn1_meth() local
91 if (!fn || !fn(e, &ret, NULL, nid)) { in ENGINE_get_pkey_asn1_meth()
/openssl/crypto/objects/
H A Do_names.c280 void (*fn) (const OBJ_NAME *, void *arg); member
287 d->fn(name, d->arg); in do_all_fn()
292 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all()
298 d.fn = fn; in OBJ_NAME_do_all()
329 void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all_sorted()
346 fn(d.names[n], arg); in OBJ_NAME_do_all_sorted()
/openssl/dev/release-aux/
H A DREADME.md4 - release-state-fn.sh
9 release-version-fn.sh to supply necessary functions that are
12 - release-version-fn.sh
/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm478 my $fn = shift;
479 my $templ = Text::Template->new(TYPE => 'FILE', SOURCE => $fn, @_) or return undef;
502 my $fn = shift;
504 open my $fh, '<', $fn or do {
505 $ERROR = "Couldn't open file $fn: $!";
/openssl/include/internal/
H A Dquic_ackm.h28 void (*fn)(OSSL_TIME deadline,
33 void (*fn)(OSSL_TIME deadline,
/openssl/doc/man3/
H A DEVP_KEYEXCH_free.pod23 void (*fn)(EVP_KEYEXCH *exchange, void *arg),
26 void (*fn)(const char *name, void *data),
62 calls I<fn> with each name and I<data>.
70 of the implementations, calls I<fn> with the implementation method and
H A DEVP_KEM_free.pod23 void (*fn)(EVP_KEM *kem, void *arg), void *arg);
25 void (*fn)(const char *name, void *data), void *data);
54 implementations, calls the given function I<fn> with the implementation method
63 EVP_KEM_names_do_all() traverses all names for I<kem>, and calls I<fn> with
H A DEVP_ASYM_CIPHER_free.pod24 void (*fn)(EVP_ASYM_CIPHER *cipher,
28 void (*fn)(const char *name, void *data),
61 the implementations, calls the given function I<fn> with the implementation
71 I<fn> with each name and I<data>.
H A DEVP_SIGNATURE.pod27 void (*fn)(EVP_SIGNATURE *signature,
31 void (*fn)(const char *name, void *data),
65 implementations, calls the given function I<fn> with the implementation method
75 I<fn> with each name and I<data>.
H A DOSSL_ENCODER.pod36 void (*fn)(OSSL_ENCODER *encoder, void *arg),
39 void (*fn)(const char *name, void *data),
81 I<encoder>, and calls I<fn> with each name and I<data> as arguments.
85 I<libctx>, and for each of the implementations, calls I<fn> with the
/openssl/include/openssl/
H A Dencoder.h41 void (*fn)(OSSL_ENCODER *encoder, void *arg),
44 void (*fn)(const char *name, void *data),
H A Ddecoder.h41 void (*fn)(OSSL_DECODER *encoder, void *arg),
44 void (*fn)(const char *name, void *data),
H A Dkdf.h56 void (*fn)(EVP_KDF *kdf, void *arg),
59 void (*fn)(const char *name, void *data),
/openssl/crypto/property/
H A Dproperty.c458 void (*fn)(int id, void *method, void *fnarg), in alg_do_one()
461 fn(alg->nid, impl->method.method, fnarg); in alg_do_one()
465 void (*fn)(int id, void *method, void *fnarg); member
477 alg_do_one(alg, impl, data->fn, data->fnarg); in alg_do_each()
482 void (*fn)(int id, void *method, void *fnarg), in ossl_method_store_do_all()
487 data.fn = fn; in ossl_method_store_do_all()

Completed in 142 milliseconds

123