Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509.h225 typedef mbedtls_asn1_named_data mbedtls_x509_name; typedef
254 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn );
313 mbedtls_x509_name *cur );
H A Dx509_crt.h90 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
91 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
H A Dx509_crl.h105 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
H A Dx509_csr.h84 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
H A Dcompat-1.3.h2504 #define x509_name mbedtls_x509_name
/reactos/dll/3rdparty/mbedtls/
H A Dx509_csr.c414 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free()
415 mbedtls_x509_name *name_prv; in mbedtls_x509_csr_free()
431 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_csr_free()
H A Dx509.c378 mbedtls_x509_name *cur ) in x509_get_attr_type_value()
459 mbedtls_x509_name *cur ) in mbedtls_x509_get_name()
488 cur->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_get_name()
502 cur->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_get_name()
771 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn ) in mbedtls_x509_dn_gets()
776 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets()
H A Dx509_crl.c742 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free()
743 mbedtls_x509_name *name_prv; in mbedtls_x509_crl_free()
761 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crl_free()
H A Dx509_crt.c352 static int x509_name_cmp( const mbedtls_x509_name *a, const mbedtls_x509_name *b ) in x509_name_cmp()
2462 const mbedtls_x509_name *name; in x509_crt_verify_name()
2651 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free()
2652 mbedtls_x509_name *name_prv; in mbedtls_x509_crt_free()
2672 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()
2681 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()