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()
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()
88 EVP_MD_free(shake256); in hash_init_with_dom()