Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509.h242 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 Dx509_crl.h78 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
A Dx509_csr.h57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
A Dx509_crt.h66 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */
67 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
A Dcompat-1.3.h2477 #define x509_name mbedtls_x509_name
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_csr.c384 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 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()
A 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()
A Dx509_crt.c325 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