Searched refs:V_ASN1_PRIMITIVE_TAG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c106 i= *p&V_ASN1_PRIMITIVE_TAG;
107 if (i == V_ASN1_PRIMITIVE_TAG)
207 *(p++)=i|(tag&V_ASN1_PRIMITIVE_TAG);
210 *(p++)=i|V_ASN1_PRIMITIVE_TAG;
H A Dasn1.h92 #define V_ASN1_PRIMITIVE_TAG 0x1f macro

Completed in 169 milliseconds