Home
last modified time | relevance | path

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

/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()
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 …]
/openssl/providers/common/der/
H A DDIGESTS.asn139 id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 }
41 id-shake256-len OBJECT IDENTIFIER ::= { hashAlgs 18 }
/openssl/providers/implementations/signature/
H A Deddsa_sig.c467 EVP_MD *shake256 = EVP_MD_fetch(libctx, SN_shake256, propq); in ed448_shake256() local
469 if (hash_ctx == NULL || shake256 == NULL) in ed448_shake256()
472 if (!EVP_DigestInit_ex(hash_ctx, shake256, NULL) in ed448_shake256()
481 EVP_MD_free(shake256); in ed448_shake256()
/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.pod389 =item B<shake256>
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx_sigalg.txt663 # 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 Devppkey_rsa_common.txt1017 Ctrl = rsa_mgf1_md:shake256
1026 Ctrl = rsa_mgf1_md:shake256
1034 Ctrl = digest:shake256
1044 Ctrl = digest:shake256
/openssl/test/
H A Devp_kdf_test.c1871 EVP_MD *shake256 = NULL; in test_kdf_hmac_drbg_settables() local
1932 EVP_MD_free(shake256); in test_kdf_hmac_drbg_settables()
H A Devp_extra_test.c1973 EVP_MD *shake256 = NULL; in test_EVP_Digest() local
1979 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest()
2001 if (!TEST_true(EVP_DigestInit_ex(md_ctx, shake256, NULL)) in test_EVP_Digest()
2013 EVP_MD_free(shake256); in test_EVP_Digest()
/openssl/crypto/objects/
H A Dobj_mac.num1101 shake256 1101
H A Dobjects.txt1090 nist_hashalgs 12 : SHAKE256 : shake256
1098 # nist_hashalgs 18 : id-shake256-len : shake256-len

Completed in 63 milliseconds