Searched refs:decode_subpacket (Results 1 – 3 of 3) sorted by relevance
56 unsigned char * decode_subpacket(unsigned char **pptr, int *stag, int *sz);
163 sp = decode_subpacket(&ptr, &stag, &n);170 sp = decode_subpacket(&ptr, &stag, &n);
291 decode_subpacket(unsigned char **pptr, int *stag, int *sz) in decode_subpacket() function