Searched refs:shake256 (Results 1 – 6 of 6) sorted by relevance
/openssl-master/crypto/ec/curve448/ |
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() 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 …]
|
/openssl-master/providers/common/der/ |
A D | DIGESTS.asn1 | 32 id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 } 34 id-shake256-len OBJECT IDENTIFIER ::= { hashAlgs 18 }
|
/openssl-master/crypto/objects/ |
A D | obj_mac.num | 1101 shake256 1101
|
A D | objects.txt | 1006 nist_hashalgs 12 : SHAKE256 : shake256 1014 # nist_hashalgs 18 : id-shake256-len : shake256-len
|
/openssl-master/test/ |
A D | evp_extra_test.c | 1404 EVP_MD *shake256 = NULL; in test_EVP_Digest() local 1410 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest() 1432 if (!TEST_true(EVP_DigestInit_ex(md_ctx, shake256, NULL)) in test_EVP_Digest() 1444 EVP_MD_free(shake256); in test_EVP_Digest()
|
/openssl-master/doc/man1/ |
A D | openssl.pod | 410 =item B<shake256>
|
Completed in 16 milliseconds