Go to the documentation of this file.
26 #ifndef MBEDTLS_ASN1_WRITE_H
27 #define MBEDTLS_ASN1_WRITE_H
29 #if !defined(MBEDTLS_CONFIG_FILE)
32 #include MBEDTLS_CONFIG_FILE
37 #define MBEDTLS_ASN1_CHK_ADD(g, f) \
39 if( ( ret = f ) < 0 ) \
92 const unsigned char *buf,
size_t size );
94 #if defined(MBEDTLS_BIGNUM_C)
141 const char *
oid,
size_t oid_len );
159 unsigned char *start,
160 const char *oid,
size_t oid_len,
212 int tag,
const char *text,
231 unsigned char *start,
232 const char *text,
size_t text_len );
250 const char *text,
size_t text_len );
268 const char *text,
size_t text_len );
285 const unsigned char *buf,
size_t bits );
302 const unsigned char *buf,
size_t size );
322 const char *oid,
size_t oid_len,
323 const unsigned char *val,