Searched refs:algorithm_names (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/ |
A D | core_algorithm.c | 64 for (thismap = map; thismap->algorithm_names != NULL; thismap++) in algorithm_do_this() 133 if (algo->algorithm_names == NULL) in ossl_algorithm_get1_first_name() 136 first_name_end = strchr(algo->algorithm_names, ':'); in ossl_algorithm_get1_first_name() 138 first_name_len = strlen(algo->algorithm_names); in ossl_algorithm_get1_first_name() 140 first_name_len = first_name_end - algo->algorithm_names; in ossl_algorithm_get1_first_name() 142 ret = OPENSSL_strndup(algo->algorithm_names, first_name_len); in ossl_algorithm_get1_first_name()
|
A D | core_fetch.c | 87 data->mcm->put(NULL, method, provider, algo->algorithm_names, in ossl_method_construct_this() 99 data->mcm->put(data->store, method, provider, algo->algorithm_names, in ossl_method_construct_this()
|
/openssl-master/test/ |
A D | filterprov.c | 195 for (algs = provalgs; algs->algorithm_names != NULL; algs++) { in filter_provider_set_filter() 196 const char *found = strstr(algs->algorithm_names, name); in filter_provider_set_filter() 202 if (found != algs->algorithm_names && found[-1] != ':') in filter_provider_set_filter() 212 if (algs->algorithm_names == NULL) { in filter_provider_set_filter()
|
/openssl-master/include/openssl/ |
A D | core.h | 70 const char *algorithm_names; /* key */ member
|
/openssl-master/providers/common/ |
A D | provider_util.c | 346 if (out[0].algorithm_names == NULL) { in ossl_prov_cache_exported_algorithms() 347 for (i = j = 0; in[i].alg.algorithm_names != NULL; ++i) { in ossl_prov_cache_exported_algorithms()
|
/openssl-master/crypto/store/ |
A D | store_meth.c | 252 const char *scheme = algodef->algorithm_names; in construct_loader()
|
/openssl-master/crypto/evp/ |
A D | evp_fetch.c | 210 const char *names = algodef->algorithm_names; in construct_evp_method()
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_meth.c | 301 const char *names = algodef->algorithm_names; in construct_decoder()
|
A D | encoder_meth.c | 311 const char *names = algodef->algorithm_names; in construct_encoder()
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 466 to_algo->algorithm_names != NULL; in file_setup_decoders()
|
Completed in 14 milliseconds