Searched refs:mbedtls_x509_name (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509.h | 242 typedef mbedtls_asn1_named_data mbedtls_x509_name; typedef 270 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn ); 331 mbedtls_x509_name *cur );
|
A D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
|
A D | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
A 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). */
|
A D | compat-1.3.h | 2477 #define x509_name mbedtls_x509_name
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A 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()
|
A 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()
|
A D | x509_crl.c | 714 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 D | x509_crt.c | 325 static int x509_name_cmp( const mbedtls_x509_name *a, const mbedtls_x509_name *b ) in x509_name_cmp() 3033 const mbedtls_x509_name *name; in x509_crt_verify_name() 3280 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() 3281 mbedtls_x509_name *name_prv; in mbedtls_x509_crt_free() 3301 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free() 3310 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()
|
Completed in 27 milliseconds