Lines Matching full:j
102 size_t j; in test_hmac_alloc() local
119 for (j = 0; j < resultlen; j++) { in test_hmac_alloc()
120 g_assert(exp_output[j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hmac_alloc()
121 g_assert(exp_output[j * 2 + 1] == hex[result[j] & 0xf]); in test_hmac_alloc()
141 size_t j; in test_hmac_prealloc() local
164 for (j = 0; j < resultlen; j++) { in test_hmac_prealloc()
165 g_assert(exp_output[j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hmac_prealloc()
166 g_assert(exp_output[j * 2 + 1] == hex[result[j] & 0xf]); in test_hmac_prealloc()
186 size_t j; in test_hmac_iov() local
207 for (j = 0; j < resultlen; j++) { in test_hmac_iov()
208 g_assert(exp_output[j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hmac_iov()
209 g_assert(exp_output[j * 2 + 1] == hex[result[j] & 0xf]); in test_hmac_iov()