Home
last modified time | relevance | path

Searched refs:mbedtls_oid_from_numeric_string (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.6.0/tests/suites/
Dtest_suite_oid.function158 ret = mbedtls_oid_from_numeric_string(&oid, oid_str, strlen(oid_str));
/mbedtls-3.6.0/include/mbedtls/
Doid.h510 int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, const char *oid_str, size_t size);
/mbedtls-3.6.0/library/
Dx509_create.c299 if ((mbedtls_oid_from_numeric_string(&oid, s, c - s)) != 0) { in mbedtls_x509_string_to_names()
Doid.c1030 int mbedtls_oid_from_numeric_string(mbedtls_asn1_buf *oid, in mbedtls_oid_from_numeric_string() function
/mbedtls-3.6.0/
DChangeLog115 * Add function mbedtls_oid_from_numeric_string() to parse an OID from a