Home
last modified time | relevance | path

Searched refs:ext_type (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Doid.c284 int ext_type; member
316 FN_OID_GET_ATTR1(mbedtls_oid_get_x509_ext_type, oid_x509_ext_t, x509_ext, int, ext_type)
H A Dx509_crt.c749 int ext_type = 0; in x509_get_crt_ext() local
785 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()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Doid.h461 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );