Searched refs:SHAKE256 (Results 1 – 19 of 19) sorted by relevance
/freebsd/crypto/libecc/src/tests/ |
H A D | ed448_test_vectors.h | 27 .hash_type = SHAKE256, 50 .hash_type = SHAKE256, 73 .hash_type = SHAKE256, 99 .hash_type = SHAKE256, 125 .hash_type = SHAKE256, 151 .hash_type = SHAKE256, 177 .hash_type = SHAKE256, 266 .hash_type = SHAKE256, 295 .hash_type = SHAKE256,
|
H A D | ed448ph_test_vectors.h | 30 .hash_type = SHAKE256, 59 .hash_type = SHAKE256,
|
H A D | ec_self_tests_core.c | 1550 …if((ec_sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WE… 1553 …if((ec_sig_maps[i].type == EDDSA448PH) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != … 1954 …if((ec_sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WE… 1957 …if((ec_sig_maps[i].type == EDDSA448PH) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != …
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_sha.txt | 248 Digest = SHAKE256 252 Digest = SHAKE256 257 Digest = SHAKE256 261 Digest = SHAKE256 276 Digest = SHAKE256 280 Digest = SHAKE256
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | hash.h | 55 HASH_SHAKE256 = SHAKE256,
|
H A D | hash.c | 102 htype = SHAKE256; in get_libecc_hash()
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 118 SHAKE256 = 12, enumerator
|
/freebsd/crypto/openssl/demos/ |
H A D | README.txt | 20 EVP_MD_xof.c Compute a digest using the SHAKE256 XOF
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MD-SHAKE.pod | 44 Known names are "SHAKE-256" and "SHAKE256".
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_digest.pod | 48 SHAKE256 if it is ED448, otherwise SHA256.
|
H A D | EVP_MAC.pod | 308 or SHAKE256.
|
H A D | EVP_DigestInit.pod | 292 Interfaces to extendable-output functions, XOFs, such as SHAKE128 and SHAKE256.
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | hash_algs.h | 414 {.type = SHAKE256, /* SHAKE256 */
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl.pod | 373 SHA-3 SHAKE256 Digest
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 1005 nist_hashalgs 12 : SHAKE256 : shake256
|
/freebsd/crypto/libecc/src/sig/ |
H A D | eddsa.c | 143 hash_type = SHAKE256; in get_eddsa_hash_type()
|
/freebsd/crypto/libecc/src/wycheproof_tests/ |
H A D | libecc_wycheproof_tests.h | 557641 .hash = SHAKE256, 557672 .hash = SHAKE256, 557703 .hash = SHAKE256, 557734 .hash = SHAKE256, 557765 .hash = SHAKE256, 557796 .hash = SHAKE256, 557827 .hash = SHAKE256, 557858 .hash = SHAKE256, 557889 .hash = SHAKE256, 557920 .hash = SHAKE256, [all …]
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 169 * The X25519, X448, Ed25519, Ed448, SHAKE128 and SHAKE256 algorithms are
|
/freebsd/crypto/libecc/ |
H A D | README.md | 50 SHAKE256 in its restricted version with 114 bytes output (mainly for Ed448), BELT-HASH (as standard…
|