Searched refs:oid_x509_ext_t (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-extensions.c | 64 } oid_x509_ext_t; typedef 84 static const oid_x509_ext_t oid_x509_ext[] = { 127 FN_OID_TYPED_FROM_ASN1(oid_x509_ext_t, x509_ext, oid_x509_ext) 129 oid_x509_ext_t, x509_ext, int, ext_type)
|
/third_party/mbedtls/library/ |
D | oid.c | 285 } oid_x509_ext_t; typedef 287 static const oid_x509_ext_t oid_x509_ext[] = 329 FN_OID_TYPED_FROM_ASN1(oid_x509_ext_t, x509_ext, oid_x509_ext) 330 FN_OID_GET_ATTR1(mbedtls_oid_get_x509_ext_type, oid_x509_ext_t, x509_ext, int, ext_type)
|