Home
last modified time | relevance | path

Searched refs:OSSL_ALGORITHM (Results 1 – 25 of 63) sorted by relevance

123

/openssl-master/providers/
A Ddefltprov.c101 static const OSSL_ALGORITHM deflt_digests[] = {
310 static const OSSL_ALGORITHM deflt_macs[] = {
331 static const OSSL_ALGORITHM deflt_kdfs[] = {
350 static const OSSL_ALGORITHM deflt_keyexch[] = {
366 static const OSSL_ALGORITHM deflt_rands[] = {
375 static const OSSL_ALGORITHM deflt_signature[] = {
409 static const OSSL_ALGORITHM deflt_asym_kem[] = {
414 static const OSSL_ALGORITHM deflt_keymgmt[] = {
466 static const OSSL_ALGORITHM deflt_encoder[] = {
473 static const OSSL_ALGORITHM deflt_decoder[] = {
[all …]
A Dbaseprov.c71 static const OSSL_ALGORITHM base_encoder[] = {
78 static const OSSL_ALGORITHM base_decoder[] = {
85 static const OSSL_ALGORITHM base_store[] = {
94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query()
A Dlegacyprov.c69 static const OSSL_ALGORITHM legacy_digests[] = {
88 static const OSSL_ALGORITHM legacy_ciphers[] = {
146 static const OSSL_ALGORITHM legacy_kdfs[] = {
152 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query()
A Dnullprov.c54 static const OSSL_ALGORITHM *null_query(OSSL_PROVIDER *prov, in null_query()
/openssl-master/crypto/
A Dcore_algorithm.c20 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store,
42 const OSSL_ALGORITHM *map = NULL; in algorithm_do_this()
62 const OSSL_ALGORITHM *thismap; in algorithm_do_this()
93 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all()
127 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
A Dprovider.c78 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov, in OSSL_PROVIDER_query_operation()
87 const OSSL_ALGORITHM *algs) in OSSL_PROVIDER_unquery_operation()
/openssl-master/include/internal/
A Dcore.h39 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov,
54 const OSSL_ALGORITHM *algo,
59 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);
A Dprovider.h90 const OSSL_ALGORITHM *ossl_provider_query_operation(const OSSL_PROVIDER *prov,
95 const OSSL_ALGORITHM *algs);
/openssl-master/test/
A Dfilterprov.c30 OSSL_ALGORITHM alg[MAX_ALG_FILTERS + 1];
78 static const OSSL_ALGORITHM *filter_query(void *provctx, in filter_query()
98 const OSSL_ALGORITHM *algs) in filter_unquery()
172 const OSSL_ALGORITHM *provalgs = OSSL_PROVIDER_query_operation(globs->deflt, in filter_provider_set_filter()
175 const OSSL_ALGORITHM *algs; in filter_provider_set_filter()
A Dprovfetchtest.c31 static const OSSL_ALGORITHM dummy_decoders[] = {
49 static const OSSL_ALGORITHM dummy_encoders[] = {
84 static const OSSL_ALGORITHM dummy_store[] = {
173 static const OSSL_ALGORITHM dummy_rand[] = {
178 static const OSSL_ALGORITHM *dummy_query(void *provctx, int operation_id, in dummy_query()
A Dfake_rsaprov.c108 static const OSSL_ALGORITHM fake_rsa_keymgmt_algs[] = {
182 static const OSSL_ALGORITHM fake_rsa_sig_algs[] = {
187 static const OSSL_ALGORITHM *fake_rsa_query(void *provctx, in fake_rsa_query()
A Duser_property_test.c51 static const OSSL_ALGORITHM testprov_digests[] = {
56 static const OSSL_ALGORITHM *testprov_query(void *provctx, in testprov_query()
A Dtls-provider.c314 static const OSSL_ALGORITHM tls_prov_keyexch[] = {
443 static const OSSL_ALGORITHM tls_prov_kem[] = {
759 static const OSSL_ALGORITHM tls_prov_keymgmt[] = {
768 static const OSSL_ALGORITHM *tls_prov_query(void *provctx, int operation_id, in tls_prov_query()
A Dupcallstest.c15 static const OSSL_ALGORITHM *obj_query(void *provctx, int operation_id, in obj_query()
/openssl-master/providers/fips/
A Dfipsprov.c242 static const OSSL_ALGORITHM fips_digests[] = {
334 static OSSL_ALGORITHM exported_fips_ciphers[OSSL_NELEM(fips_ciphers)];
336 static const OSSL_ALGORITHM fips_macs[] = {
347 static const OSSL_ALGORITHM fips_kdfs[] = {
364 static const OSSL_ALGORITHM fips_rands[] = {
372 static const OSSL_ALGORITHM fips_keyexch[] = {
387 static const OSSL_ALGORITHM fips_signature[] = {
406 static const OSSL_ALGORITHM fips_asym_cipher[] = {
411 static const OSSL_ALGORITHM fips_asym_kem[] = {
416 static const OSSL_ALGORITHM fips_keymgmt[] = {
[all …]
/openssl-master/include/openssl/
A Dprovider.h41 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
45 int operation_id, const OSSL_ALGORITHM *algs);
/openssl-master/providers/common/include/prov/
A Dprovider_util.h129 OSSL_ALGORITHM alg;
138 OSSL_ALGORITHM *out);
/openssl-master/crypto/evp/
A Devp_fetch.c56 void *(*method_from_algorithm)(int name_id, const OSSL_ALGORITHM *,
197 static void *construct_evp_method(const OSSL_ALGORITHM *algodef, in construct_evp_method()
243 const OSSL_ALGORITHM *algodef, in inner_evp_generic_fetch()
362 const OSSL_ALGORITHM *algodef, in evp_generic_fetch()
389 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_by_number()
415 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_from_prov()
610 const OSSL_ALGORITHM *algodef, in evp_generic_do_all()
A Devp_local.h268 const OSSL_ALGORITHM *algodef,
275 const OSSL_ALGORITHM *algodef,
282 const OSSL_ALGORITHM *algodef,
293 const OSSL_ALGORITHM *algodef,
/openssl-master/fuzz/
A Dfuzz_rand.c120 static const OSSL_ALGORITHM fuzz_rand_rand[] = {
125 static const OSSL_ALGORITHM *fuzz_rand_query(void *provctx, in fuzz_rand_query()
/openssl-master/providers/implementations/storemgmt/
A Dfile_store_local.h10 extern const OSSL_ALGORITHM ossl_any_to_obj_algorithm[];
/openssl-master/include/crypto/
A Ddecoder.h26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
/openssl-master/doc/man3/
A DOSSL_PROVIDER.pod36 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
41 const OSSL_ALGORITHM *algs);
128 array of I<OSSL_ALGORITHM> for the given I<operation_id> terminated by an all
129 NULL OSSL_ALGORITHM entry. This is considered a low-level function that most
179 OSSL_PROVIDER_query_operation() returns an array of OSSL_ALGORITHM or NULL on
/openssl-master/test/testutil/
A Dfake_random.c140 static const OSSL_ALGORITHM fake_rand_rand[] = {
145 static const OSSL_ALGORITHM *fake_rand_query(void *provctx, in fake_rand_query()
/openssl-master/crypto/encode_decode/
A Dencoder_local.h24 const OSSL_ALGORITHM *algodef;

Completed in 37 milliseconds

123