Searched refs:algos (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssh/regress/ |
| H A D | hostbased.sh | 61 algos="" 64 256*ECDSA*) algos="$algos ecdsa-sha2-nistp256" ;; 65 384*ECDSA*) algos="$algos ecdsa-sha2-nistp384" ;; 66 521*ECDSA*) algos="$algos ecdsa-sha2-nistp521" ;; 67 *RSA*) algos="$algos ssh-rsa rsa-sha2-256 rsa-sha2-512" ;; 68 *ED25519*) algos="$algos ssh-ed25519" ;; 73 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/sys/contrib/openzfs/tests/unit/ |
| H A D | test_sha2.c | 281 static const int algos[] = { SHA256, SHA512, SHA512_256 }; in test_monte_carlo() local 289 for (size_t a = 0; a < ARRAY_SIZE(algos); a++) { in test_monte_carlo() 298 hash_buf(algos[a], msg, 3 * diglen, digest); in test_monte_carlo() 319 static const int algos[] = { SHA256, SHA512, SHA512_256 }; in test_incremental() local 324 for (size_t a = 0; a < ARRAY_SIZE(algos); a++) { in test_incremental() 330 hash_buf(algos[a], databuf, DATA_SIZE, once); in test_incremental() 332 SHA2Init(algos[a], &ctx); in test_incremental() 356 static const char *const algos[] = { "sha256", "sha512" }; in test_impls() local 363 for (size_t a = 0; a < ARRAY_SIZE(algos); a++) { in test_impls() 364 const zfs_impl_t *ops = zfs_impl_get_ops(algos[a]); in test_impls()
|
| /freebsd/contrib/ldns/ |
| H A D | dnssec_sign.c | 1128 bool algos[256] local 1146 algos[ldns_key_algorithm(key)] = true; 1163 !algos[ldns_key_algorithm(key)]) 1164 algos[ldns_key_algorithm(key)] = true; 1175 bool algos[256] local 1193 algos[ldns_key_algorithm(key)] = true; 1210 !algos[ldns_key_algorithm(key)]) 1211 algos[ldns_key_algorithm(key)] = true;
|
| /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/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 5265 static const char *algos[4] = { in test_evp_bf_default_keylen() local 5274 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()
|
| /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 | 11188 definition. Trust anchors with no supported algos are ignored.
|