Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Doid.c249 int ext_type; member
285 FN_OID_GET_ATTR1(mbedtls_oid_get_x509_ext_type, oid_x509_ext_t, x509_ext, int, ext_type)
A Dx509_crt.c907 int ext_type = 0; in x509_get_crt_ext() local
944 ret = mbedtls_oid_get_x509_ext_type( &extn_oid, &ext_type ); in x509_get_crt_ext()
973 if( ( crt->ext_types & ext_type ) != 0 ) in x509_get_crt_ext()
976 crt->ext_types |= ext_type; in x509_get_crt_ext()
978 switch( ext_type ) in x509_get_crt_ext()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Doid.h471 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );

Completed in 10 milliseconds