Searched refs:algos (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssh/regress/ |
H A D | hostbased.sh | 38 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 D | Simple.pm | 62 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 D | dnssec_sign.c | 1125 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 D | evp_extra_test.c | 3551 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 D | ssl_hs_client.t0 | 1012 read-list-sign-algos dup addr-hashes set32
|
H A D | ssl_hs_common.t0 | 1164 : read-list-sign-algos ( lim -- lim value )
|
H A D | ssl_hs_server.t0 | 519 read-list-sign-algos addr-hashes set32
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 776 - fixed several issues with hash algos in ntpd, sntp, ntpq, 4542 - fixed several issues with hash algos in ntpd, sntp, ntpq,
|
H A D | ChangeLog | 504 - fixed several issues with hash algos in ntpd, sntp, ntpq,
|
H A D | CommitLog | 17265 - support truncated digest for long hash algos [all...] |
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 9565 definition. Trust anchors with no supported algos are ignored.
|