Home
last modified time | relevance | path

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

123

/freebsd-14-stable/crypto/openssl/providers/
HDdefltprov.c101 static const OSSL_ALGORITHM deflt_digests[] = {
306 static OSSL_ALGORITHM exported_ciphers[OSSL_NELEM(deflt_ciphers)];
308 static const OSSL_ALGORITHM deflt_macs[] = {
329 static const OSSL_ALGORITHM deflt_kdfs[] = {
348 static const OSSL_ALGORITHM deflt_keyexch[] = {
364 static const OSSL_ALGORITHM deflt_rands[] = {
373 static const OSSL_ALGORITHM deflt_signature[] = {
399 static const OSSL_ALGORITHM deflt_asym_cipher[] = {
407 static const OSSL_ALGORITHM deflt_asym_kem[] = {
412 static const OSSL_ALGORITHM deflt_keymgmt[] = {
[all …]
HDbaseprov.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()
HDlegacyprov.c69 static const OSSL_ALGORITHM legacy_digests[] = {
88 static const OSSL_ALGORITHM legacy_ciphers[] = {
146 static const OSSL_ALGORITHM legacy_kdfs[] = {
151 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query()
HDnullprov.c54 static const OSSL_ALGORITHM *null_query(OSSL_PROVIDER *prov, in null_query()
/freebsd-14-stable/crypto/openssl/crypto/
HDcore_algorithm.c22 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store,
42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map, in algorithm_do_map()
74 const OSSL_ALGORITHM *thismap; in algorithm_do_map()
117 const OSSL_ALGORITHM *map = NULL; in algorithm_do_this()
143 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all()
180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
HDprovider.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()
/freebsd-14-stable/crypto/openssl/include/internal/
HDcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov,
59 const OSSL_ALGORITHM *algo,
65 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);
HDprovider.h91 const OSSL_ALGORITHM *ossl_provider_query_operation(const OSSL_PROVIDER *prov,
96 const OSSL_ALGORITHM *algs);
/freebsd-14-stable/crypto/openssl/test/
HDfilterprov.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()
HDprovfetchtest.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()
HDfake_rsaprov.c283 static const OSSL_ALGORITHM fake_rsa_keymgmt_algs[] = {
357 static const OSSL_ALGORITHM fake_rsa_sig_algs[] = {
476 static const OSSL_ALGORITHM fake_rsa_store_algs[] = {
481 static const OSSL_ALGORITHM *fake_rsa_query(void *provctx, in fake_rsa_query()
HDuser_property_test.c51 static const OSSL_ALGORITHM testprov_digests[] = {
56 static const OSSL_ALGORITHM *testprov_query(void *provctx, in testprov_query()
HDtls-provider.c320 static const OSSL_ALGORITHM tls_prov_keyexch[] = {
449 static const OSSL_ALGORITHM tls_prov_kem[] = {
765 static const OSSL_ALGORITHM tls_prov_keymgmt[] = {
774 static const OSSL_ALGORITHM *tls_prov_query(void *provctx, int operation_id, in tls_prov_query()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_ALGORITHM.pod5 OSSL_ALGORITHM - OpenSSL Core type to define a fetchable algorithm
11 typedef struct ossl_algorithm_st OSSL_ALGORITHM;
21 The B<OSSL_ALGORITHM> type is a I<public structure> that describes an
33 =head2 B<OSSL_ALGORITHM> fields
110 In that scenario, you must make sure that the corresponding B<OSSL_ALGORITHM>'s
119 It's recommended to make sure that the corresponding B<OSSL_ALGORITHM>'s
140 B<OSSL_ALGORITHM> was added in OpenSSL 3.0
HDOSSL_PROVIDER.pod36 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
41 const OSSL_ALGORITHM *algs);
127 array of I<OSSL_ALGORITHM> for the given I<operation_id> terminated by an all
128 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
HDOSSL_DISPATCH.pod46 for, as determined by the intended L<OSSL_ALGORITHM(3)> array.
66 L<crypto(7)>, L<openssl-core_dispatch.h(7)>, L<OSSL_ALGORITHM(3)>
/freebsd-14-stable/crypto/openssl/providers/fips/
HDfipsprov.c243 static const OSSL_ALGORITHM fips_digests[] = {
335 static OSSL_ALGORITHM exported_fips_ciphers[OSSL_NELEM(fips_ciphers)];
337 static const OSSL_ALGORITHM fips_macs[] = {
348 static const OSSL_ALGORITHM fips_kdfs[] = {
365 static const OSSL_ALGORITHM fips_rands[] = {
373 static const OSSL_ALGORITHM fips_keyexch[] = {
388 static const OSSL_ALGORITHM fips_signature[] = {
407 static const OSSL_ALGORITHM fips_asym_cipher[] = {
412 static const OSSL_ALGORITHM fips_asym_kem[] = {
417 static const OSSL_ALGORITHM fips_keymgmt[] = {
[all …]
/freebsd-14-stable/crypto/openssl/include/openssl/
HDprovider.h41 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
45 int operation_id, const OSSL_ALGORITHM *algs);
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDevp_fetch.c56 void *(*method_from_algorithm)(int name_id, const OSSL_ALGORITHM *,
219 static void *construct_evp_method(const OSSL_ALGORITHM *algodef, in construct_evp_method()
265 const OSSL_ALGORITHM *algodef, in inner_evp_generic_fetch()
399 const OSSL_ALGORITHM *algodef, in evp_generic_fetch()
426 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_by_number()
452 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_from_prov()
657 const OSSL_ALGORITHM *algodef, in evp_generic_do_all()
HDevp_local.h269 const OSSL_ALGORITHM *algodef,
276 const OSSL_ALGORITHM *algodef,
283 const OSSL_ALGORITHM *algodef,
294 const OSSL_ALGORITHM *algodef,
/freebsd-14-stable/crypto/openssl/providers/common/include/prov/
HDprovider_util.h129 OSSL_ALGORITHM alg;
138 OSSL_ALGORITHM *out);
/freebsd-14-stable/crypto/openssl/fuzz/
HDfuzz_rand.c120 static const OSSL_ALGORITHM fuzz_rand_rand[] = {
125 static const OSSL_ALGORITHM *fuzz_rand_query(void *provctx, in fuzz_rand_query()
/freebsd-14-stable/crypto/openssl/providers/implementations/storemgmt/
HDfile_store_local.h10 extern const OSSL_ALGORITHM ossl_any_to_obj_algorithm[];
/freebsd-14-stable/crypto/openssl/test/testutil/
HDfake_random.c140 static const OSSL_ALGORITHM fake_rand_rand[] = {
145 static const OSSL_ALGORITHM *fake_rand_query(void *provctx, in fake_rand_query()
/freebsd-14-stable/crypto/openssl/include/crypto/
HDdecoder.h26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,

123