Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.h43 #define OPENPGP_TAG_OLD_MASK 0074 macro
H A Ddecode.c98 tag = (tag & OPENPGP_TAG_OLD_MASK) >> 2; in decode_tag()