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