Home
last modified time | relevance | path

Searched refs:algos (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dhostbased.sh38 algos=""
41 256*ECDSA*) algos="$algos ecdsa-sha2-nistp256" ;;
42 384*ECDSA*) algos="$algos ecdsa-sha2-nistp384" ;;
43 521*ECDSA*) algos="$algos ecdsa-sha2-nistp521" ;;
44 *RSA*) algos="$algos ssh-rsa rsa-sha2-256 rsa-sha2-512" ;;
45 *ED25519*) algos="$algos ssh-ed25519" ;;
46 *DSA*) algos="$algos ssh-dss" ;;
51 for algo in $algos; do
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm62 my ($name, $prgr, @algos) = @_;
66 if (scalar(disabled(@algos))) {
67 if (scalar(@algos) == 1) {
68 plan skip_all => $algos[0]." is not supported by this OpenSSL build";
70 my $last = pop @algos;
71 plan skip_all => join(", ", @algos)." and $last are not supported by this OpenSSL build";
/freebsd/contrib/ldns/
H A Ddnssec_sign.c1125 bool algos[256] local
1143 algos[ldns_key_algorithm(key)] = true;
1160 !algos[ldns_key_algorithm(key)])
1161 algos[ldns_key_algorithm(key)] = true;
1172 bool algos[256] local
1190 algos[ldns_key_algorithm(key)] = true;
1207 !algos[ldns_key_algorithm(key)])
1208 algos[ldns_key_algorithm(key)] = true;
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c3551 static const char *algos[4] = { in test_evp_bf_default_keylen() local
3560 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t01012 read-list-sign-algos dup addr-hashes set32
H A Dssl_hs_common.t01164 : read-list-sign-algos ( lim -- lim value )
H A Dssl_hs_server.t0519 read-list-sign-algos addr-hashes set32
/freebsd/contrib/ntp/
H A DNEWS776 - fixed several issues with hash algos in ntpd, sntp, ntpq,
4542 - fixed several issues with hash algos in ntpd, sntp, ntpq,
H A DChangeLog504 - fixed several issues with hash algos in ntpd, sntp, ntpq,
H A DCommitLog17265 - support truncated digest for long hash algos
[all...]
/freebsd/contrib/unbound/doc/
H A DChangelog9565 definition. Trust anchors with no supported algos are ignored.