Searched refs:algname (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dgenpkey.c254 const char *algname, ENGINE *e, int do_param)
266 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
270 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
274 BIO_printf(bio_err, "Algorithm %s not found\n", algname);
300 BIO_printf(bio_err, "Error initializing %s context\n", algname);
253 init_gen_str(EVP_PKEY_CTX **pctx, const char *algname, ENGINE *e, int do_param) argument
H A Ds_cb.c1421 const char *algname = ""; local
1423 &algname, EVP_PKEY_get0_asn1(pkey));
1425 algname, EVP_PKEY_bits(pkey));
H A Dapps.h553 const char *algname, ENGINE *e, int do_param);
/freebsd-13-stable/tools/tools/crypto/
H A Dipsecstats.c72 algname(int a, const struct alg algs[], int nalgs) function
128 , algname(i, aalgs, nitems(aalgs))
157 , algname(i, espalgs, nitems(espalgs))
H A Dcryptocheck.c1562 const char *algname; local
1571 algname = NULL;
1588 algname = optarg;
1618 if (algname == NULL)
1667 if (strcasecmp(algname, "hash") == 0)
1669 else if (strcasecmp(algname, "mac") == 0)
1671 else if (strcasecmp(algname, "cipher") == 0)
1673 else if (strcasecmp(algname, "eta") == 0)
1675 else if (strcasecmp(algname, "aead") == 0)
1677 else if (strcasecmp(algname, "al
[all...]
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_trce.c1087 const char *algname; local
1088 int id = ssl_get_keyex(&algname, ssl);
1091 BIO_printf(bio, "KeyExchangeAlgorithm=%s\n", algname);
1131 const char *algname; local
1132 int id = ssl_get_keyex(&algname, ssl);
1135 BIO_printf(bio, "KeyExchangeAlgorithm=%s\n", algname);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c948 const char *algname; local
956 algname = getalgname(sum->alg);
958 if (algname != NULL) {
970 "style", algname);

Completed in 86 milliseconds