| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 28 EVP_MD *shake256 = NULL; in oneshot_hash() local 34 shake256 = EVP_MD_fetch(ctx, "SHAKE256", propq); in oneshot_hash() 35 if (shake256 == NULL) in oneshot_hash() 38 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in oneshot_hash() 46 EVP_MD_free(shake256); in oneshot_hash() 67 EVP_MD *shake256 = NULL; in hash_init_with_dom() local 76 shake256 = EVP_MD_fetch(ctx, "SHAKE256", propq); in hash_init_with_dom() 77 if (shake256 == NULL) in hash_init_with_dom() 80 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in hash_init_with_dom() 84 EVP_MD_free(shake256); in hash_init_with_dom() [all …]
|
| /freebsd/crypto/openssl/providers/common/der/ |
| H A D | DIGESTS.asn1 | 39 id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 } 41 id-shake256-len OBJECT IDENTIFIER ::= { hashAlgs 18 }
|
| /freebsd/crypto/libecc/src/hash/ |
| H A D | meson.build | 25 'shake256.c',
|
| H A D | shake256.c | 77 int shake256(const u8 *input, u32 ilen, u8 output[SHAKE256_DIGEST_SIZE]) in shake256() function
|
| /freebsd/crypto/libecc/include/libecc/hash/ |
| H A D | shake256.h | 65 ATTRIBUTE_WARN_UNUSED_RET int shake256(const u8 *input, u32 ilen, u8 output[SHAKE256_DIGEST_SIZE]);
|
| H A D | hash_algs.h | 84 shake256_context shake256; member
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | eddsa_sig.c | 471 EVP_MD *shake256 = EVP_MD_fetch(libctx, SN_shake256, propq); in ed448_shake256() local 473 if (hash_ctx == NULL || shake256 == NULL) in ed448_shake256() 476 if (!EVP_DigestInit_ex(hash_ctx, shake256, NULL) in ed448_shake256() 485 EVP_MD_free(shake256); in ed448_shake256()
|
| /freebsd/secure/lib/libpkgecc/ |
| H A D | Makefile | 82 shake256.c \
|
| /freebsd/crypto/libecc/ |
| H A D | meson.options | 94 'shake256',
|
| /freebsd/crypto/libecc/include/libecc/ |
| H A D | meson.build | 109 'hash/shake256.h',
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-dgst.pod.in | 89 Set the output length for XOF algorithms, such as B<shake128> and B<shake256>. 101 To ensure the maximum security strength of 256 bits, the xoflen for B<shake256>
|
| H A D | openssl.pod | 391 =item B<shake256>
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecx_sigalg.txt | 663 # echo 616263 | xxd -r -p | openssl shake256 -binary -xoflen | xxd -p -c 0 703 # echo 616263 | xxd -r -p | openssl shake256 -binary -xoflen 64 | xxd -p -c 0
|
| H A D | evppkey_rsa_common.txt | 1017 Ctrl = rsa_mgf1_md:shake256 1026 Ctrl = rsa_mgf1_md:shake256 1034 Ctrl = digest:shake256 1044 Ctrl = digest:shake256
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 1090 nist_hashalgs 12 : SHAKE256 : shake256 1098 # nist_hashalgs 18 : id-shake256-len : shake256-len 1150 sigAlgs 43 : id-hash-slh-dsa-shake-192s-with-shake256 : SLH-DSA-SHAKE-192s-WITH-SHAKE256 1151 sigAlgs 44 : id-hash-slh-dsa-shake-192f-with-shake256 : SLH-DSA-SHAKE-192f-WITH-SHAKE256 1152 sigAlgs 45 : id-hash-slh-dsa-shake-256s-with-shake256 : SLH-DSA-SHAKE-256s-WITH-SHAKE256 1153 sigAlgs 46 : id-hash-slh-dsa-shake-256f-with-shake256 : SLH-DSA-SHAKE-256f-WITH-SHAKE256
|
| H A D | obj_mac.num | 1101 shake256 1101
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_kdf_test.c | 2191 EVP_MD *shake256 = NULL; in test_kdf_hmac_drbg_settables() local 2253 EVP_MD_free(shake256); in test_kdf_hmac_drbg_settables()
|
| H A D | evp_extra_test.c | 2158 EVP_MD *shake256 = NULL; in test_EVP_Digest() local 2164 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest() 2186 if (!TEST_true(EVP_DigestInit_ex(md_ctx, shake256, NULL)) in test_EVP_Digest() 2198 EVP_MD_free(shake256); in test_EVP_Digest()
|
| /freebsd/contrib/bearssl/test/ |
| H A D | test_speed.c | 1679 STU(shake256),
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | self_test_data.inc | 3126 * openssl dgst -shake256 -xoflen 32 -binary > expected.dat
|