Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libsecureboot/openpgp/
H A Ddecode.h57 unsigned char * decode_subpacket(unsigned char **pptr, int *stag, int *sz);
H A Dopgp_sig.c167 sp = decode_subpacket(&ptr, &stag, &n);
174 sp = decode_subpacket(&ptr, &stag, &n);
H A Ddecode.c293 decode_subpacket(unsigned char **pptr, int *stag, int *sz) in decode_subpacket() function