Searched refs:n2 (Results 1 – 4 of 4) sorted by relevance
129 int n2 = hex_to_int(*(hexpair + 1)); in hexpair_to_int() local131 if (n1 != -1 && n2 != -1) { in hexpair_to_int()132 return (n1 << 4) | n2; in hexpair_to_int()
229 size_t n1, n2, n3; in mbedtls_dhm_make_params() local252 n2 = mbedtls_mpi_size(&ctx->G); in mbedtls_dhm_make_params()257 DHM_MPI_EXPORT(&ctx->G, n2); in mbedtls_dhm_make_params()
329 const uint8_t n2 = n1 ? 32 - n1 : 0; // reverse bit offset in aria_rot128() local337 t |= u >> n2; in aria_rot128()
252 const unsigned char *n1 = s1, *n2 = s2; in x509_memcasecmp() local255 diff = n1[i] ^ n2[i]; in x509_memcasecmp()