Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dcore_algorithm.c93 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all() argument
127 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name() argument
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 Dcore_fetch.c64 const OSSL_ALGORITHM *algo, in ossl_method_construct_this() argument
70 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()
87 data->mcm->put(NULL, method, provider, algo->algorithm_names, in ossl_method_construct_this()
88 algo->property_definition, data->mcm_data); in ossl_method_construct_this()
99 data->mcm->put(data->store, method, provider, algo->algorithm_names, in ossl_method_construct_this()
100 algo->property_definition, data->mcm_data); in ossl_method_construct_this()
/openssl-master/apps/
A Dprogs.pl207 (my $algo = $cmd) =~ s/-.*//g;
210 } elsif (grep { $algo eq $_ } @disablables) {
211 print "#ifndef OPENSSL_NO_" . uc($algo) . "\n${str}#endif\n";
212 } elsif (my $disabler = $cipher_disabler{$algo}) {
A Dspeed.c1623 const char *algo = *argv; in speed_main() local
1629 if (strcmp(algo, "des") == 0) { in speed_main()
1633 if (strcmp(algo, "sha") == 0) { in speed_main()
1642 if (algo[3] == '\0') { in speed_main()
1653 if (algo[4] == '\0') { in speed_main()
1664 if (algo[3] == '\0') { in speed_main()
1673 if (strcmp(algo, "aes") == 0) { in speed_main()
1682 if (algo[5] == '\0') { in speed_main()
1692 if (algo[4] == '\0') { in speed_main()
1701 if (strcmp(algo, "eddsa") == 0) { in speed_main()
[all …]
A Dts.c448 X509_ALGOR *algo = NULL; in create_query() local
461 if ((algo = X509_ALGOR_new()) == NULL) in create_query()
463 if ((algo->algorithm = OBJ_nid2obj(EVP_MD_get_type(md))) == NULL) in create_query()
465 if ((algo->parameter = ASN1_TYPE_new()) == NULL) in create_query()
467 algo->parameter->type = V_ASN1_NULL; in create_query()
468 if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo)) in create_query()
498 X509_ALGOR_free(algo); in create_query()
/openssl-master/doc/man1/
A Dopenssl-speed.pod.in13 [B<-evp> I<algo>]
14 [B<-hmac> I<algo>]
15 [B<-cmac> I<algo>]
48 =item B<-evp> I<algo>
51 If I<algo> is an AEAD cipher, then you can pass B<-aead> to benchmark a
52 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g.
/openssl-master/include/internal/
A Dcore.h54 const OSSL_ALGORITHM *algo,
59 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);
/openssl-master/crypto/cmp/
A Dcmp_protect.c228 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
235 if ((algo = OBJ_nid2obj(nid)) == NULL) in set_sig_algor()
240 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL)) in set_sig_algor()
242 ASN1_OBJECT_free(algo); in set_sig_algor()
/openssl-master/doc/internal/man3/
A Dossl_algorithm_do_all.pod12 const OSSL_ALGORITHM *algo,
29 I<provider> for the implementation, the algorithm descriptor I<algo>,
/openssl-master/
A DConfigure889 my $algo = $1;
890 delete $disabled{$algo};
A DCHANGES.md15891 defines all pertinent `NO_<algo>` symbols, such as NO_IDEA, NO_RSA, etc.
/openssl-master/crypto/engine/
A DREADME.md94 reference) for any ENGINE that is registered to perform the algo/mode that the
/openssl-master/crypto/evp/
A Dctrl_params_translate.c746 const char *(*get_name)(void *algo), in fix_cipher_md() argument

Completed in 45 milliseconds