Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libsecureboot/
HDlibsecureboot-priv.h40 int ve_check_hash(br_hash_compat_context *, const br_hash_class *,
HDvectx.c400 rc = ve_check_hash(&ctx->vec_ctx, ctx->vec_md, in vectx_close()
HDvets.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()
HDveopen.c396 return (ve_check_hash(&mctx, md, path, cp, hlen)); in verify_fingerprint()