Home
last modified time | relevance | path

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

/freebsd-src/lib/libsecureboot/openpgp/
H A Ddecode.h56 unsigned char * decode_subpacket(unsigned char **pptr, int *stag, int *sz);
H A Dopgp_sig.c161 sp = decode_subpacket(&ptr, &stag, &n);
168 sp = decode_subpacket(&ptr, &stag, &n);
H A Ddecode.c291 decode_subpacket(unsigned char **pptr, int *stag, int *sz) in decode_subpacket() function