HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_ALGORITHM (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store_local.h 10 extern const OSSL_ALGORITHM ossl_any_to_obj_algorithm[];
  /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store_local.h 10 extern const OSSL_ALGORITHM ossl_any_to_obj_algorithm[];
  /src/crypto/external/bsd/openssl/dist/include/openssl/
provider.h 41 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
45 int operation_id, const OSSL_ALGORITHM *algs);
  /src/crypto/external/apache2/openssl/dist/include/internal/
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);
provider.h 92 const OSSL_ALGORITHM *ossl_provider_query_operation(const OSSL_PROVIDER *prov,
97 const OSSL_ALGORITHM *algs);
  /src/crypto/external/bsd/openssl/dist/include/internal/
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);
  /src/crypto/external/apache2/openssl/dist/crypto/
core_algorithm.c 22 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store,
31 * Process one OSSL_ALGORITHM array, for the operation |cur_operation|,
42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map,
74 const OSSL_ALGORITHM *thismap;
99 * For each such operation, query the associated OSSL_ALGORITHM array from
117 const OSSL_ALGORITHM *map = NULL;
143 const OSSL_ALGORITHM *algo,
182 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo)
provider.c 89 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
98 const OSSL_ALGORITHM *algs)
  /src/crypto/external/bsd/openssl/dist/crypto/
core_algorithm.c 22 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store,
31 * Process one OSSL_ALGORITHM array, for the operation |cur_operation|,
42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map,
74 const OSSL_ALGORITHM *thismap;
99 * For each such operation, query the associated OSSL_ALGORITHM array from
117 const OSSL_ALGORITHM *map = NULL;
143 const OSSL_ALGORITHM *algo,
180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo)
  /src/crypto/external/bsd/openssl/dist/include/crypto/
decoder.h 26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
  /src/crypto/external/bsd/openssl/dist/providers/
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,
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...]
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,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
provider.h 75 const OSSL_ALGORITHM *OSSL_PROVIDER_query_operation(const OSSL_PROVIDER *prov,
79 int operation_id, const OSSL_ALGORITHM *algs);
  /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/
provider_util.h 131 OSSL_ALGORITHM alg;
140 OSSL_ALGORITHM *out);
  /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
provider_util.h 129 OSSL_ALGORITHM alg;
138 OSSL_ALGORITHM *out);
  /src/crypto/external/apache2/openssl/dist/providers/
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_rands[] = {
102 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id,
defltprov.c 101 static const OSSL_ALGORITHM deflt_digests[] = {
318 static OSSL_ALGORITHM exported_ciphers[OSSL_NELEM(deflt_ciphers)];
320 static const OSSL_ALGORITHM deflt_macs[] = {
341 static const OSSL_ALGORITHM deflt_kdfs[] = {
367 static const OSSL_ALGORITHM deflt_keyexch[] = {
387 static const OSSL_ALGORITHM deflt_rands[] = {
399 static const OSSL_ALGORITHM deflt_signature[] = {
498 static const OSSL_ALGORITHM deflt_asym_cipher[] = {
506 static const OSSL_ALGORITHM deflt_asym_kem[] = {
531 static const OSSL_ALGORITHM deflt_keymgmt[] =
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/crypto/
decoder.h 22 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
  /src/crypto/external/apache2/openssl/dist/test/
filterprov.c 32 OSSL_ALGORITHM alg[MAX_ALG_FILTERS + 1];
80 static const OSSL_ALGORITHM *filter_query(void *provctx,
100 const OSSL_ALGORITHM *algs)
211 const OSSL_ALGORITHM *provalgs = OSSL_PROVIDER_query_operation(globs->deflt,
214 const OSSL_ALGORITHM *algs;
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,
user_property_test.c 51 static const OSSL_ALGORITHM testprov_digests[] = {
56 static const OSSL_ALGORITHM *testprov_query(void *provctx,
  /src/crypto/external/bsd/openssl/dist/test/
filterprov.c 30 OSSL_ALGORITHM alg[MAX_ALG_FILTERS + 1];
78 static const OSSL_ALGORITHM *filter_query(void *provctx,
98 const OSSL_ALGORITHM *algs)
172 const OSSL_ALGORITHM *provalgs = OSSL_PROVIDER_query_operation(globs->deflt,
175 const OSSL_ALGORITHM *algs;
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,
  /src/crypto/external/apache2/openssl/dist/fuzz/
fuzz_rand.c 120 static const OSSL_ALGORITHM fuzz_rand_rand[] = {
125 static const OSSL_ALGORITHM *fuzz_rand_query(void *provctx,

Completed in 25 milliseconds

1 2 3 4