Home
last modified time | relevance | path

Searched refs:ve_check_hash (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libsecureboot/
H A Dlibsecureboot-priv.h40 int ve_check_hash(br_hash_compat_context *, const br_hash_class *,
H A Dvectx.c400 rc = ve_check_hash(&ctx->vec_ctx, ctx->vec_md, in vectx_close()
H A Dvets.c1028 ve_check_hash(br_hash_compat_context *ctx, const br_hash_class *md, in ve_check_hash() function
1061 return (ve_check_hash(&mctx, md, hname, want, hlen) != VE_FINGERPRINT_OK); in test_hash()
H A Dveopen.c396 return (ve_check_hash(&mctx, md, path, cp, hlen)); in verify_fingerprint()