Searched refs:mbedtls_x509_name (Results 1 – 11 of 11) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | x509.h | 222 typedef mbedtls_asn1_named_data mbedtls_x509_name; typedef 251 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn ); 310 mbedtls_x509_name *cur );
|
D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
|
D | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
D | x509_crt.h | 66 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ 67 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
D | compat-1.3.h | 2477 #define x509_name mbedtls_x509_name
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | x509_csr.c | 384 mbedtls_x509_name *name_cur; in mbedtls_x509_csr_free() 385 mbedtls_x509_name *name_prv; in mbedtls_x509_csr_free() 401 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_csr_free()
|
D | x509.c | 348 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()
|
D | x509_crl.c | 712 mbedtls_x509_name *name_cur; in mbedtls_x509_crl_free() 713 mbedtls_x509_name *name_prv; in mbedtls_x509_crl_free() 731 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crl_free()
|
D | x509_crt.c | 328 static int x509_name_cmp( const mbedtls_x509_name *a, const mbedtls_x509_name *b ) in x509_name_cmp() 3034 const mbedtls_x509_name *name; in x509_crt_verify_name() 3281 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() 3282 mbedtls_x509_name *name_prv; in mbedtls_x509_crt_free() 3302 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free() 3311 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509write.function | 344 mbedtls_x509_name parsed, *parsed_cur, *parsed_prv;
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 2123 x509_name mbedtls_x509_name
|