Searched refs:mbedtls_x509_name (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | x509.h | 225 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 D | x509_crt.h | 90 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 D | x509_crl.h | 105 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
|
H A D | x509_csr.h | 84 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
H A D | compat-1.3.h | 2504 #define x509_name mbedtls_x509_name
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | x509_csr.c | 414 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 D | x509.c | 378 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 D | x509_crl.c | 742 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 D | x509_crt.c | 352 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()
|