Home
last modified time | relevance | path

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

/crypto/asn1/
A Dasn1_lib.c160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
166 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
183 if (constructed == 2) in ASN1_put_object()
222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
234 if (constructed == 2) { in ASN1_object_size()
A Dasn1_parse.c23 int tag, int xclass, int constructed, int indent) in asn1_print_info() argument
32 if (constructed & V_ASN1_CONSTRUCTED) in asn1_print_info()
36 if (constructed != (V_ASN1_CONSTRUCTED | 1)) { in asn1_print_info()
/crypto/err/
A Dopenssl.txt32 ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED:120:explicit tag not constructed
95 ASN1_R_SEQUENCE_NOT_CONSTRUCTED:149:sequence not constructed
108 ASN1_R_TYPE_NOT_CONSTRUCTED:156:type not constructed

Completed in 7 milliseconds