Searched refs:pcr_md (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/lib/libsecureboot/
H A Dvepcr.c42 static const br_hash_class *pcr_md = NULL; variable
68 pcr_md = &br_sha256_vtable;
69 pcr_md->init(&pcr_ctx.vtable);
100 if (pcr_updating > 0 && pcr_md != NULL) {
101 pcr_md->update(&pcr_ctx.vtable, data, dlen);
126 if (!pcr_md)
130 pcr_md->out(&pcr_ctx.vtable, buf);

Completed in 55 milliseconds