Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_pubexp.c33 const unsigned char *dpbuf, size_t dplen) in get_pubexp() argument
67 while (dplen > 0 && *dpbuf == 0) { in get_pubexp()
68 dpbuf ++; in get_pubexp()
72 || (dplen == plen && dpbuf[0] > pbuf[0])) in get_pubexp()
80 if ((pbuf[plen - 1] & 3) != 3 || (dpbuf[dplen - 1] & 1) != 1) { in get_pubexp()
99 br_i31_decode(dp, dpbuf, dplen); in get_pubexp()
H A Drsa_i15_pubexp.c33 const unsigned char *dpbuf, size_t dplen) in get_pubexp() argument
67 while (dplen > 0 && *dpbuf == 0) { in get_pubexp()
68 dpbuf ++; in get_pubexp()
72 || (dplen == plen && dpbuf[0] > pbuf[0])) in get_pubexp()
80 if ((pbuf[plen - 1] & 3) != 3 || (dpbuf[dplen - 1] & 1) != 1) { in get_pubexp()
99 br_i15_decode(dp, dpbuf, dplen); in get_pubexp()
/freebsd/usr.sbin/efidp/
H A Defidp.c168 char dpbuf[MAXSIZE]; in efi_to_unix() local
173 dp = (efidp)dpbuf; in efi_to_unix()
176 efidp_parse_device_path(walker, dp, sizeof(dpbuf)); in efi_to_unix()