Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Doid.h57 #define MBEDTLS_OID_MAX_COMPONENTS 128 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Doid.h57 #define MBEDTLS_OID_MAX_COMPONENTS 128 macro
/aosp_15_r20/external/mbedtls/library/
H A Doid.c1051 if (num_dots == 0 || (num_dots > MBEDTLS_OID_MAX_COMPONENTS - 1)) { in mbedtls_oid_from_numeric_string()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Doid.c1063 if (num_dots == 0 || (num_dots > MBEDTLS_OID_MAX_COMPONENTS - 1)) { in mbedtls_oid_from_numeric_string()