Home
last modified time | relevance | path

Searched refs:decode_tag (Results 1 – 4 of 4) sorted by path

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.c82 decode_tag(unsigned char *ptr, int *isnew, int *ltype) in decode_tag() function
266 tag = decode_tag(ptr, &isnew, &ltype); in decode_packet()
H A Ddecode.h51 int decode_tag(unsigned char *ptr, int *isnew, int *ltype);
H A Dopgp_key.c184 tag = decode_tag(ptr, &isnew, &ltype); in load_key_buf()
/freebsd/tools/test/ptrace/
H A Dscescx.c87 static struct decode_tag { in decode_pl_flags() struct