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