Searched refs:bx1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 9248 unsigned char bm[128], bx[128], bx1[128], bx2[128]; in test_modpow_i31() local 9270 br_i31_encode(bx1, blen, x1); in test_modpow_i31() 9278 check_equals("ModPow i31/i15", bx1, bx2, blen); in test_modpow_i31() 9299 unsigned char bm[128], bx[128], bx1[128], bx2[128]; in test_modpow_i62() local 9321 br_i31_encode(bx1, blen, x1); in test_modpow_i62() 9329 check_equals("ModPow i62/i15", bx1, bx2, blen); in test_modpow_i62()
|