Lines Matching refs:shake256
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()
92 EVP_MD_free(shake256); in hash_init_with_dom()