Searched refs:decode_subpacket (Results 1 – 3 of 3) sorted by relevance
57 unsigned char * decode_subpacket(unsigned char **pptr, int *stag, int *sz);
165 sp = decode_subpacket(&ptr, &stag, &n);172 sp = decode_subpacket(&ptr, &stag, &n);
293 decode_subpacket(unsigned char **pptr, int *stag, int *sz) in decode_subpacket() function