Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/
H A Dvets.c64 static anchor_list forbidden_anchors = VEC_INIT; variable
358 return (ve_anchors_add(xcs, num, &forbidden_anchors, "forbidden")); in ve_forbidden_anchors_add()
708 if (VEC_LEN(forbidden_anchors) > 0) in verify_signer()
709 pk = verify_signer_xcs(xcs, num, elts, num_elts, &forbidden_anchors); in verify_signer()