Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/uefisign/
H A Dchild.c174 x->x_len - (signature_size(x) + sum_of_bytes_hashed)); in digest()
244 if (signature_size(x) == 0) in child()
254 if (signature_size(x) != 0) in child()
H A Duefisign.h88 size_t signature_size(const struct executable *x);
H A Dpe.c166 signature_size(const struct executable *x) in signature_size() function
196 if (signature_size(x) == 0) { in show_certificate()