Searched refs:mbedtls_x509_name (Results 1 – 25 of 29) sorted by relevance
12
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A 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 );
|
A D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer 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 | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A 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 );
|
A D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer 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 | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A 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 );
|
A D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer 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 | x509_csr.h | 57 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/out/arm/export-ta_arm64/include/mbedtls/ |
A 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 );
|
A D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer 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 | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A 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 );
|
A D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer 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 | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
|
/optee_os/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 | 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()
|
A D | x509_crt.c | 327 static int x509_name_cmp( const mbedtls_x509_name *a, const mbedtls_x509_name *b ) in x509_name_cmp() 3035 const mbedtls_x509_name *name; in x509_crt_verify_name() 3282 mbedtls_x509_name *name_cur; in mbedtls_x509_crt_free() 3283 mbedtls_x509_name *name_prv; in mbedtls_x509_crt_free() 3303 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free() 3312 mbedtls_platform_zeroize( name_prv, sizeof( mbedtls_x509_name ) ); in mbedtls_x509_crt_free()
|
Completed in 48 milliseconds
12