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

/freebsd-13-stable/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-13-stable/contrib/wpa/src/tls/
H A Dasn1.h26 #define ASN1_TAG_SEQUENCE 0x10 /* shall be constructed */
50 u8 identifier, class, constructed; member in struct:asn1_hdr
H A Dasn1.c70 hdr->constructed = !!(hdr->identifier & (1 << 5));
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c153 * class 0 is constructed constructed == 2 for indefinite length constructed
155 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
161 i = (constructed) ? V_ASN1_CONSTRUCTED : 0;
178 if (constructed == 2)
215 int ASN1_object_size(int constructed, int length, int tag) argument
226 if (constructed == 2) {
H A Dasn1_par.c20 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
24 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
31 if (constructed & V_ASN1_CONSTRUCTED)
103 * if j == 0x21 it is a constructed indefinite length object
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname.mk24 # In the above test, the variable name is constructed indirectly. Neither
H A Dvarmod-sysv.mk218 # XXX: This specially constructed case demonstrates that the SysV modifier
/freebsd-13-stable/usr.sbin/ypldap/
H A Daldap.c975 int constructed; local
984 constructed = root->be_encoding;
987 constructed = 0;
1104 if (constructed)
1105 root->be_encoding = constructed;
1162 if (constructed && root->be_sub) {
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dasn1.h124 * holder for the location where indefinite length constructed data should be
682 void ASN1_put_object(unsigned char **pp, int constructed, int length,
685 int ASN1_object_size(int constructed, int length, int tag);
/freebsd-13-stable/share/mk/
H A Dbsd.obj.mk108 # If ${.OBJDIR} is constructed using canonical cases 1 or 5, or

Completed in 143 milliseconds