Searched refs:mbedtls_oid_from_numeric_string (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_oid.function | 158 ret = mbedtls_oid_from_numeric_string(&oid, oid_str, strlen(oid_str));
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_oid.function | 158 ret = mbedtls_oid_from_numeric_string(&oid, oid_str, strlen(oid_str));
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | oid.h | 510 int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, const char *oid_str, size_t size);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | oid.h | 515 int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, const char *oid_str, size_t size);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_create.c | 301 if ((mbedtls_oid_from_numeric_string(&oid, s, (size_t) (c - s))) != 0) { in mbedtls_x509_string_to_names()
|
H A D | oid.c | 1042 int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, in mbedtls_oid_from_numeric_string() function
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_create.c | 299 if ((mbedtls_oid_from_numeric_string(&oid, s, c - s)) != 0) { in mbedtls_x509_string_to_names()
|
H A D | oid.c | 1030 int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, in mbedtls_oid_from_numeric_string() function
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 115 * Add function mbedtls_oid_from_numeric_string() to parse an OID from a
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 375 * Add function mbedtls_oid_from_numeric_string() to parse an OID from a
|