Home
last modified time | relevance | path

Searched refs:shake256 (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c28 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()
71 EVP_MD *shake256 = NULL; in hash_init_with_dom() local
80 shake256 = EVP_MD_fetch(ctx, "SHAKE256", propq); in hash_init_with_dom()
81 if (shake256 == NULL) in hash_init_with_dom()
84 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in hash_init_with_dom()
88 EVP_MD_free(shake256); in hash_init_with_dom()
[all …]
/freebsd/crypto/openssl/providers/common/der/
H A DDIGESTS.asn139 id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 }
41 id-shake256-len OBJECT IDENTIFIER ::= { hashAlgs 18 }
/freebsd/crypto/libecc/src/hash/
H A Dmeson.build25 'shake256.c',
H A Dshake256.c77 int shake256(const u8 *input, u32 ilen, u8 output[SHAKE256_DIGEST_SIZE]) in shake256() function
/freebsd/crypto/libecc/include/libecc/hash/
H A Dshake256.h65 ATTRIBUTE_WARN_UNUSED_RET int shake256(const u8 *input, u32 ilen, u8 output[SHAKE256_DIGEST_SIZE]);
H A Dhash_algs.h84 shake256_context shake256; member
/freebsd/secure/lib/libpkgecc/
H A DMakefile82 shake256.c \
/freebsd/crypto/libecc/
H A Dmeson.options94 'shake256',
/freebsd/crypto/libecc/include/libecc/
H A Dmeson.build109 'hash/shake256.h',
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-dgst.pod.in89 Set the output length for XOF algorithms, such as B<shake128> and B<shake256>.
100 For backwards compatibility reasons the default xoflen length for B<shake256> is
H A Dopenssl.pod371 =item B<shake256>
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_mac.num1101 shake256 1101
H A Dobjects.txt1005 nist_hashalgs 12 : SHAKE256 : shake256
1013 # nist_hashalgs 18 : id-shake256-len : shake256-len
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1618 EVP_MD *shake256 = NULL; in test_EVP_Digest() local
1624 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest()
1646 if (!TEST_true(EVP_DigestInit_ex(md_ctx, shake256, NULL)) in test_EVP_Digest()
1658 EVP_MD_free(shake256); in test_EVP_Digest()
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c1679 STU(shake256),