Searched refs:A1_FLAG_OPTIONAL (Results 1 – 2 of 2) sorted by relevance
180 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_decode()193 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_decode()216 if (t->tt & A1_FLAG_OPTIONAL) in _asn1_decode()251 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_decode()457 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_encode()483 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_encode()711 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_length()732 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_length()836 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_free()849 if (t->tt & A1_FLAG_OPTIONAL) in _asn1_free()[all …]
67 #define A1_FLAG_OPTIONAL (0x01000000) macro