Lines Matching defs:hash_func
610 int *hash_func)
657 *hash_func = CRYPTO_HASH_ALG_SHA256;
660 *hash_func = CRYPTO_HASH_ALG_SHA384;
663 *hash_func = CRYPTO_HASH_ALG_SHA512;
665 *hash_func = -1;
729 int res, hash_func = -1;
756 kid = dpp_parse_jws_prot_hdr(curve, prot_hdr, prot_hdr_len, &hash_func);
817 if (hash_func == CRYPTO_HASH_ALG_SHA256)
820 else if (hash_func == CRYPTO_HASH_ALG_SHA384)
823 else if (hash_func == CRYPTO_HASH_ALG_SHA512)