Searched refs:component2 (Results 1 – 1 of 1) sorted by relevance
957 unsigned int component2; in FN_OID_TYPED_FROM_ASN1() local961 component2 = value - 80; in FN_OID_TYPED_FROM_ASN1()964 component2 = value - 40; in FN_OID_TYPED_FROM_ASN1()967 component2 = value; in FN_OID_TYPED_FROM_ASN1()969 ret = mbedtls_snprintf(p, n, "%c.%u", component1, component2); in FN_OID_TYPED_FROM_ASN1()1049 unsigned int component1, component2; in mbedtls_oid_from_numeric_string() local1096 ret = oid_parse_number(&component2, &str_ptr, str_bound); in mbedtls_oid_from_numeric_string()1100 if ((component1 < 2) && (component2 > 39)) { in mbedtls_oid_from_numeric_string()1114 if (component2 > (UINT_MAX - (component1 * 40))) { in mbedtls_oid_from_numeric_string()1119 (component1 * 40) + component2); in mbedtls_oid_from_numeric_string()