Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Def10_image.c29 #define ASN1_TAG_IS_PRIM(tag) ((tag & 0x20) == 0) macro
141 if (ASN1_TAG_IS_PRIM(tag)) { in efx_asn1_enter_tag()