Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_oid.function66 int ext_type;
72 ret = mbedtls_oid_get_x509_ext_type( &ext_oid, &ext_type );
80 TEST_ASSERT( ext_type == exp_type );
/mbedtls-development/library/
A Doid.c266 int ext_type; member
302 FN_OID_GET_ATTR1(mbedtls_oid_get_x509_ext_type, oid_x509_ext_t, x509_ext, int, ext_type)
A Dx509_crt.c930 int ext_type = 0; in x509_get_crt_ext() local
967 ret = mbedtls_oid_get_x509_ext_type( &extn_oid, &ext_type ); in x509_get_crt_ext()
994 if( ( crt->ext_types & ext_type ) != 0 ) in x509_get_crt_ext()
997 crt->ext_types |= ext_type; in x509_get_crt_ext()
999 switch( ext_type ) in x509_get_crt_ext()
/mbedtls-development/include/mbedtls/
A Doid.h463 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );

Completed in 10 milliseconds