Searched refs:ext_type (Results 1 – 3 of 3) sorted by relevance
284 int ext_type; member316 FN_OID_GET_ATTR1(mbedtls_oid_get_x509_ext_type, oid_x509_ext_t, x509_ext, int, ext_type)
749 int ext_type = 0; in x509_get_crt_ext() local785 ret = mbedtls_oid_get_x509_ext_type( &extn_oid, &ext_type ); in x509_get_crt_ext()804 if( ( crt->ext_types & ext_type ) != 0 ) in x509_get_crt_ext()807 crt->ext_types |= ext_type; in x509_get_crt_ext()809 switch( ext_type ) in x509_get_crt_ext()
461 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );