Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/asn1/
HDtemplate.c180 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 …]
HDasn1-template.h67 #define A1_FLAG_OPTIONAL (0x01000000) macro