Searched refs:short_name (Results 1 – 7 of 7) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | x509.c | 747 const char *short_name = NULL; in mbedtls_x509_dn_gets() local 770 ret = mbedtls_oid_get_attr_short_name( &name->oid, &short_name ); in mbedtls_x509_dn_gets() 773 ret = mbedtls_snprintf( p, n, "%s=", short_name ); in mbedtls_x509_dn_gets()
|
A D | oid.c | 154 const char *short_name; member 242 …ID_GET_ATTR1(mbedtls_oid_get_attr_short_name, oid_x520_attr_t, x520_attr, const char *, short_name)
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | oid.h | 480 int mbedtls_oid_get_attr_short_name( const mbedtls_asn1_buf *oid, const char **short_name );
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | oid.h | 480 int mbedtls_oid_get_attr_short_name( const mbedtls_asn1_buf *oid, const char **short_name );
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | oid.h | 480 int mbedtls_oid_get_attr_short_name( const mbedtls_asn1_buf *oid, const char **short_name );
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | oid.h | 480 int mbedtls_oid_get_attr_short_name( const mbedtls_asn1_buf *oid, const char **short_name );
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | oid.h | 480 int mbedtls_oid_get_attr_short_name( const mbedtls_asn1_buf *oid, const char **short_name );
|
Completed in 16 milliseconds