Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dchild.c174 x->x_len - (signature_size(x) + sum_of_bytes_hashed)); in digest()
247 if (signature_size(x) == 0) in child()
257 if (signature_size(x) != 0) in child()
H A Duefisign.h85 size_t signature_size(const struct executable *x);
H A Dpe.c165 signature_size(const struct executable *x) in signature_size() function
195 if (signature_size(x) == 0) { in show_certificate()