Searched refs:constructed (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dgen_encode.c110 int constructed = 1; local
141 constructed = 0;
145 constructed = 0;
149 constructed = 0;
157 constructed = 0;
245 constructed = 0;
250 constructed = 0;
377 constructed = 0;
381 constructed = 0;
385 constructed
[all...]
/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dasn1.h25 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
48 u8 identifier, class, constructed; member in struct:asn1_hdr
H A Dasn1.c25 hdr->constructed = !!(hdr->identifier & (1 << 5));
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_bytes.c131 int ret, r, constructed; local
147 constructed = 1;
149 constructed = 0;
150 ASN1_put_object(&p, constructed, ret, tag, xclass);
H A Dasn1_lib.c199 * class 0 is constructed constructed == 2 for indefinite length constructed
201 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
207 i = (constructed) ? V_ASN1_CONSTRUCTED : 0;
224 if (constructed == 2)
261 int ASN1_object_size(int constructed, int length, int tag) argument
273 if (constructed == 2)
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
76 if (constructed & V_ASN1_CONSTRUCTED)
149 * if j == 0x21 it is a constructed indefinite length object
H A Dasn1.h177 int inf; /* constructed if 0x20, indefinite is 0x21 */
192 int inf; /* constructed if 0x20, indefinite is 0x21 */
221 * holder for the location where indefinite length constructed data should be
956 void ASN1_put_object(unsigned char **pp, int constructed, int length,
959 int ASN1_object_size(int constructed, int length, int tag);
/freebsd-10.1-release/share/mk/
H A Dbsd.obj.mk65 # If ${.OBJDIR} is constructed using canonical cases 1 or 5, or
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm38 ! Processor Supplement. It has been constructed from information obtained
H A Dsol2-gc1.asm38 ! Processor Supplement. It has been constructed from information obtained
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.sh1148 /* Helper function. Free a partially-constructed \`\`struct gdbarch''.
1502 constructed gdbarch. */
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex6465 % Start the printed caption with what we've constructed in
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6666 % Start the printed caption with what we've constructed in
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex6537 % Start the printed caption with what we've constructed in

Completed in 151 milliseconds