Home
last modified time | relevance | path

Searched refs:algorithm_names (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c76 for (thismap = map; thismap->algorithm_names != NULL; thismap++) in algorithm_do_map()
186 if (algo->algorithm_names == NULL) in ossl_algorithm_get1_first_name()
189 first_name_end = strchr(algo->algorithm_names, ':'); in ossl_algorithm_get1_first_name()
191 first_name_len = strlen(algo->algorithm_names); in ossl_algorithm_get1_first_name()
193 first_name_len = first_name_end - algo->algorithm_names; in ossl_algorithm_get1_first_name()
195 ret = OPENSSL_strndup(algo->algorithm_names, first_name_len); in ossl_algorithm_get1_first_name()
H A Dcore_fetch.c127 data->mcm->put(no_store ? data->store : NULL, method, provider, algo->algorithm_names, in ossl_method_construct_this()
H A Dprovider_core.c1957 for (idx = res; idx->algorithm_names != NULL; idx++) { in ossl_provider_query_operation()
1961 idx->algorithm_names == NULL ? "none" : in ossl_provider_query_operation()
1962 idx->algorithm_names, in ossl_provider_query_operation()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ALGORITHM.pod13 const char *algorithm_names; /* key */
27 Arrays of this type must be terminated with a tuple where I<algorithm_names>
37 =item I<algorithm_names>
68 The resulting I<algorithm_names> string would look like this:
76 depth discussion on I<algorithm_names> and how that may interact with
111 I<algorithm_names> includes both the short and the long name.
120 I<algorithm_names> include known names as well as the OID itself in
/freebsd/crypto/openssl/test/
H A Dfilterprov.c234 for (algs = provalgs; algs->algorithm_names != NULL; algs++) { in filter_provider_set_filter()
235 const char *found = strstr(algs->algorithm_names, name); in filter_provider_set_filter()
241 if (found != algs->algorithm_names && found[-1] != ':') in filter_provider_set_filter()
251 if (algs->algorithm_names == NULL) { in filter_provider_set_filter()
/freebsd/crypto/openssl/include/openssl/
H A Dcore.h73 const char *algorithm_names; /* key */ member
/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c352 if (out[0].algorithm_names == NULL) { in ossl_prov_cache_exported_algorithms()
353 for (i = j = 0; in[i].alg.algorithm_names != NULL; ++i) { in ossl_prov_cache_exported_algorithms()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c209 to_algo->algorithm_names != NULL; in setup_decoder()
H A Dfile_store.c489 to_algo->algorithm_names != NULL; in file_setup_decoders()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c265 const char *scheme = algodef->algorithm_names; in construct_loader()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_meth.c325 const char *names = algodef->algorithm_names; in construct_encoder()
H A Ddecoder_meth.c315 const char *names = algodef->algorithm_names; in construct_decoder()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c223 const char *names = algodef->algorithm_names; in construct_evp_method()