Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/
H A Dvectx.c53 const br_hash_class *vec_md; /* hash method */ member
160 ctx->vec_md = &br_sha256_vtable; in vectx_open()
165 ctx->vec_md = &br_sha1_vtable; in vectx_open()
171 ctx->vec_md = &br_sha384_vtable; in vectx_open()
177 ctx->vec_md = &br_sha512_vtable; in vectx_open()
194 ctx->vec_md->init(&ctx->vec_ctx.vtable); in vectx_open()
278 ctx->vec_md->update(&ctx->vec_ctx.vtable, &bp[off], d); in vectx_read()
416 rc = ve_check_hash(&ctx->vec_ctx, ctx->vec_md, in vectx_close()