Searched refs:ve_check_hash (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libsecureboot/ |
H A D | libsecureboot-priv.h | 40 int ve_check_hash(br_hash_compat_context *, const br_hash_class *,
|
H A D | vectx.c | 400 rc = ve_check_hash(&ctx->vec_ctx, ctx->vec_md, in vectx_close()
|
H A D | vets.c | 1028 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 D | veopen.c | 396 return (ve_check_hash(&mctx, md, path, cp, hlen)); in verify_fingerprint()
|