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
148 ctx->vec_md = &br_sha256_vtable; in vectx_open()
153 ctx->vec_md = &br_sha1_vtable; in vectx_open()
159 ctx->vec_md = &br_sha384_vtable; in vectx_open()
165 ctx->vec_md = &br_sha512_vtable; in vectx_open()
178 ctx->vec_md->init(&ctx->vec_ctx.vtable); in vectx_open()
262 ctx->vec_md->update(&ctx->vec_ctx.vtable, &bp[off], d); in vectx_read()
400 rc = ve_check_hash(&ctx->vec_ctx, ctx->vec_md, in vectx_close()