Home
last modified time | relevance | path

Searched refs:OPENPGP_TAG_ISTAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.h40 #define OPENPGP_TAG_ISTAG 0200 macro
H A Ddearmor.c129 if (!(data[0] & OPENPGP_TAG_ISTAG)) in main()
H A Ddecode.c90 if (!(tag & OPENPGP_TAG_ISTAG)) in decode_tag()
H A Dopgp_key.c168 if (!(buf[0] & OPENPGP_TAG_ISTAG)) { in load_key_buf()
H A Dopgp_sig.c311 if (!(sdata[0] & OPENPGP_TAG_ISTAG))