Searched refs:shake256 (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/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() 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...] |
/third_party/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() 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...] |
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 1514 EVP_MD *shake256 = NULL; in test_EVP_Digest() local 1520 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest() 1542 if (!TEST_true(EVP_DigestInit_ex(md_ctx, shake256, NULL)) in test_EVP_Digest() 1554 EVP_MD_free(shake256); in test_EVP_Digest()
|
Completed in 8 milliseconds