Searched refs:n1 (Results 1 – 4 of 4) sorted by relevance
128 int n1 = hex_to_int(*hexpair); in hexpair_to_int() local131 if (n1 != -1 && n2 != -1) { in hexpair_to_int()132 return (n1 << 4) | n2; in hexpair_to_int()
328 const uint8_t n1 = n % 32; // bit offset in aria_rot128() local329 const uint8_t n2 = n1 ? 32 - n1 : 0; // reverse bit offset in aria_rot128()336 t <<= n1; // rotate in aria_rot128()
229 size_t n1, n2, n3; in mbedtls_dhm_make_params() local251 n1 = mbedtls_mpi_size(&ctx->P); in mbedtls_dhm_make_params()256 DHM_MPI_EXPORT(&ctx->P, n1); in mbedtls_dhm_make_params()
252 const unsigned char *n1 = s1, *n2 = s2; in x509_memcasecmp() local255 diff = n1[i] ^ n2[i]; in x509_memcasecmp()262 ((n1[i] >= 'a' && n1[i] <= 'z') || in x509_memcasecmp()263 (n1[i] >= 'A' && n1[i] <= 'Z'))) { in x509_memcasecmp()