Home
last modified time | relevance | path

Searched refs:OPENPGP_TAG_ISNEW (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.h41 #define OPENPGP_TAG_ISNEW 0100 macro
H A Ddecode.c92 *isnew = tag & OPENPGP_TAG_ISNEW; in decode_tag()