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

/external/wpa_supplicant/
H A Dasn1_test.c69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
74 hdr.constructed) {
H A Dasn1.h31 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
54 u8 identifier, class, constructed; member in struct:asn1_hdr
H A Dasn1.c34 hdr->constructed = !!(hdr->identifier & (1 << 5));
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dasn1_test.c69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
74 hdr.constructed) {
H A Dasn1.h31 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
54 u8 identifier, class, constructed; member in struct:asn1_hdr
H A Dasn1.c34 hdr->constructed = !!(hdr->identifier & (1 << 5));
/external/openssl/crypto/asn1/
H A Da_bytes.c133 int ret,r,constructed; local
147 constructed=1;
149 constructed=0;
150 ASN1_put_object(&p,constructed,ret,tag,xclass);
H A Dasn1_lib.c193 /* class 0 is constructed
194 * constructed == 2 for indefinite length constructed */
195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
201 i=(constructed)?V_ASN1_CONSTRUCTED:0;
218 if (constructed == 2)
257 int ASN1_object_size(int constructed, int length, int tag) argument
271 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
77 if (constructed & V_ASN1_CONSTRUCTED)
155 /* if j == 0x21 it is a constructed indefinite length object */
H A Dasn1.h180 int inf; /* constructed if 0x20, indefinite is 0x21 */
195 int inf; /* constructed if 0x20, indefinite is 0x21 */
222 * holder for the location where indefinite length constructed data should
927 void ASN1_put_object(unsigned char **pp, int constructed, int length,
930 int ASN1_object_size(int constructed, int length, int tag);
/external/webkit/WebCore/rendering/
H A DInlineBox.h70 InlineBox(RenderObject* obj, int x, int y, int width, bool firstLine, bool constructed, argument
80 , m_constructed(constructed)
/external/bluetooth/glib/gio/
H A Dgthemedicon.c200 gobject_class->constructed = g_themed_icon_constructed;
/external/bluetooth/glib/gobject/
H A Dgobject.h276 * @constructed: the @constructed function is called by g_object_new() as the
280 * after construction properties have been set. @constructed implementors
281 * should chain up to the @constructed call of their parent class to allow it
344 void (*constructed) (GObject *object); member in struct:_GObjectClass
H A Dgobject.c1231 /* run 'constructed' handler if there is one */
1232 if (newly_constructed && class->constructed)
1233 class->constructed (object);
/external/openssl/include/openssl/
H A Dasn1.h180 int inf; /* constructed if 0x20, indefinite is 0x21 */
195 int inf; /* constructed if 0x20, indefinite is 0x21 */
222 * holder for the location where indefinite length constructed data should
927 void ASN1_put_object(unsigned char **pp, int constructed, int length,
930 int ASN1_object_size(int constructed, int length, int tag);
/external/zlib/contrib/masm686/
H A Dmatch.asm106 ; be manually constructed and referenced relative to the ESP register.
/external/webkit/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm597 // make sure that the constructor function is constructed in the
2364 # necessary as resolvers could be constructed on fly.
/external/grub/docs/
H A Dtexinfo.tex6537 % Start the printed caption with what we've constructed in
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3267 trivial math attacks, and not super slow. The \textit{key} parameter is where the constructed key is placed. All keys must be at

Completed in 302 milliseconds