Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Doid.c852 unsigned int component2; in FN_OID_TYPED_FROM_ASN1() local
856 component2 = value - 80; in FN_OID_TYPED_FROM_ASN1()
859 component2 = value - 40; in FN_OID_TYPED_FROM_ASN1()
862 component2 = value; in FN_OID_TYPED_FROM_ASN1()
864 ret = mbedtls_snprintf(p, n, "%c.%u", component1, component2); in FN_OID_TYPED_FROM_ASN1()