Searched refs:ph_hash (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/sig/ |
H A D | eddsa.c | 1230 u8 ph_hash[MAX_DIGEST_SIZE]; local 1272 ret = local_memset(ph_hash, 0, sizeof(ph_hash)); EG(ret, err); 1327 ret = h->hfunc_finalize(&(ctx->sign_data.eddsa.h_ctx), ph_hash); EG(ret, err); 1358 ret = h->hfunc_update(&(ctx->sign_data.eddsa.h_ctx), ph_hash, 1477 ret = h->hfunc_update(&(ctx->sign_data.eddsa.h_ctx), ph_hash, 1548 IGNORE_RET_VAL(local_memset(ph_hash, 0, sizeof(ph_hash))); 1576 u8 ph_hash[MAX_DIGEST_SIZE]; local 1607 ret = local_memset(ph_hash, 0, sizeof(ph_hash)); EG(ret, err); 1670 hash_size = sizeof(ph_hash); 1671 ret = eddsa_compute_pre_hash(m, mlen, ph_hash, &hash_size, sig_type); EG(ret, err); [all …]
|