Home
last modified time | relevance | path

Searched refs:mbedtls_x509_name (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/include/mbedtls/
A Dx509.h239 typedef mbedtls_asn1_named_data mbedtls_x509_name; typedef
268 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn );
316 mbedtls_x509_name *cur );
A Dx509_crl.h87 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
A Dx509_csr.h58 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
A Dx509_crt.h67 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
68 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
/mbedtls-development/library/
A Dx509_csr.c386 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free()
387 mbedtls_x509_name *name_prv; in mbedtls_x509_csr_free()
403 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_csr_free()
A Dx509.c348 mbedtls_x509_name *cur ) in x509_get_attr_type_value()
429 mbedtls_x509_name *cur ) in mbedtls_x509_get_name()
458 cur->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_get_name()
472 cur->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_get_name()
741 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn ) in mbedtls_x509_dn_gets()
746 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets()
A Dx509_crl.c714 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free()
715 mbedtls_x509_name *name_prv; in mbedtls_x509_crl_free()
733 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crl_free()
A Dx509_crt.c349 static int x509_name_cmp( const mbedtls_x509_name *a, const mbedtls_x509_name *b ) in x509_name_cmp()
3025 const mbedtls_x509_name *name; in x509_crt_verify_name()
3272 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free()
3273 mbedtls_x509_name *name_prv; in mbedtls_x509_crt_free()
3293 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()
3302 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()
/mbedtls-development/tests/suites/
A Dtest_suite_x509write.function329 mbedtls_x509_name parsed, *parsed_cur, *parsed_prv;

Completed in 15 milliseconds