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

/freebsd-11-stable/crypto/openssl/apps/
H A Dgenpkey.c330 const char *algname, ENGINE *e, int do_param)
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
346 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
350 BIO_printf(bio_err, "Algorithm %s not found\n", algname);
377 BIO_printf(err, "Error initializing %s context\n", algname);
329 init_gen_str(BIO *err, EVP_PKEY_CTX **pctx, const char *algname, ENGINE *e, int do_param) argument
H A Dapps.h326 const char *algname, ENGINE *e, int do_param);
/freebsd-11-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.c1101 const char *algname; local
1108 algname = NULL;
1118 algname = optarg;
1150 if (algname == NULL)
1169 if (strcasecmp(algname, "hmac") == 0)
1171 else if (strcasecmp(algname, "blkcipher") == 0)
1173 else if (strcasecmp(algname, "authenc") == 0)
1175 else if (strcasecmp(algname, "aead") == 0)
1177 else if (strcasecmp(algname, "all") == 0) {
1182 } else if (strchr(algname, '
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_trce.c825 const char *algname; local
827 id = ssl_get_keyex(&algname, ssl);
829 BIO_printf(bio, "KeyExchangeAlgorithm=%s\n", algname);
876 const char *algname; local
878 id = ssl_get_keyex(&algname, ssl);
880 BIO_printf(bio, "KeyExchangeAlgorithm=%s\n", algname);
/freebsd-11-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 137 milliseconds