Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
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 );
Dx509_crl.h87 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
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). */
Dx509_csr.h58 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
/third_party/mbedtls/library/
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()
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()
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()
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()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-extensions.c200 lws_x509_clean_name(mbedtls_x509_name *name) in lws_x509_clean_name()
202 mbedtls_x509_name *n1; in lws_x509_clean_name()
222 mbedtls_x509_name rfc822Name; in lws_mbedtls_x509_parse_general_name()
Dmbedtls-x509.c69 lws_tls_mbedtls_get_x509_name(mbedtls_x509_name *name, in lws_tls_mbedtls_get_x509_name()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509write.function329 mbedtls_x509_name parsed, *parsed_cur, *parsed_prv;