Lines Matching refs:MBEDTLS_PRIVATE
148 int MBEDTLS_PRIVATE(tag); /**< ASN1 type, e.g. MBEDTLS_ASN1_UTF8_STRING. */
149 size_t MBEDTLS_PRIVATE(len); /**< ASN1 length, in octets. */
150 unsigned char *MBEDTLS_PRIVATE(p); /**< ASN1 data, e.g. in ASCII. */
159 size_t MBEDTLS_PRIVATE(len); /**< ASN1 length, in octets. */
160 …unsigned char MBEDTLS_PRIVATE(unused_bits); /**< Number of unused bits at the end of the string */
161 unsigned char *MBEDTLS_PRIVATE(p); /**< Raw ASN1 data for the bit string */
170 …mbedtls_asn1_buf MBEDTLS_PRIVATE(buf); /**< Buffer containing the given ASN.1 it…
171 struct mbedtls_asn1_sequence *MBEDTLS_PRIVATE(next); /**< The next entry in the sequence. */
180 mbedtls_asn1_buf MBEDTLS_PRIVATE(oid); /**< The object identifier. */
181 mbedtls_asn1_buf MBEDTLS_PRIVATE(val); /**< The named value. */
182 struct mbedtls_asn1_named_data *MBEDTLS_PRIVATE(next); /**< The next entry in the sequence. */
183 unsigned char MBEDTLS_PRIVATE(next_merged); /**< Merge next item into the current one? */