| /freebsd-14-stable/crypto/openssl/providers/ |
| HD | defltprov.c | 101 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 …]
|
| HD | baseprov.c | 71 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()
|
| HD | legacyprov.c | 69 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()
|
| HD | nullprov.c | 54 static const OSSL_ALGORITHM *null_query(OSSL_PROVIDER *prov, in null_query()
|
| /freebsd-14-stable/crypto/openssl/crypto/ |
| HD | core_algorithm.c | 22 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()
|
| HD | provider.c | 78 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/ |
| HD | core.h | 43 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);
|
| HD | provider.h | 91 const OSSL_ALGORITHM *ossl_provider_query_operation(const OSSL_PROVIDER *prov, 96 const OSSL_ALGORITHM *algs);
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | filterprov.c | 30 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()
|
| HD | provfetchtest.c | 31 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()
|
| HD | fake_rsaprov.c | 283 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()
|
| HD | user_property_test.c | 51 static const OSSL_ALGORITHM testprov_digests[] = { 56 static const OSSL_ALGORITHM *testprov_query(void *provctx, in testprov_query()
|
| HD | tls-provider.c | 320 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/ |
| HD | OSSL_ALGORITHM.pod | 5 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
|
| HD | OSSL_PROVIDER.pod | 36 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
|
| HD | OSSL_DISPATCH.pod | 46 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/ |
| HD | fipsprov.c | 243 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/ |
| HD | provider.h | 41 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/ |
| HD | evp_fetch.c | 56 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()
|
| HD | evp_local.h | 269 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/ |
| HD | provider_util.h | 129 OSSL_ALGORITHM alg; 138 OSSL_ALGORITHM *out);
|
| /freebsd-14-stable/crypto/openssl/fuzz/ |
| HD | fuzz_rand.c | 120 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/ |
| HD | file_store_local.h | 10 extern const OSSL_ALGORITHM ossl_any_to_obj_algorithm[];
|
| /freebsd-14-stable/crypto/openssl/test/testutil/ |
| HD | fake_random.c | 140 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/ |
| HD | decoder.h | 26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
|