Searched refs:P1305 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | poly1305_i15.c | 37 static const uint16_t P1305[] = { variable 89 br_i15_decode_mod(b, rev, sizeof rev, P1305); in poly1305_inner() 97 ctl |= NOT(br_i15_sub(b, P1305, 0)); in poly1305_inner() 98 br_i15_sub(b, P1305, ctl); in poly1305_inner() 103 br_i15_montymul(a, b, r, P1305, P0I); in poly1305_inner() 174 br_i15_decode_mod(t, pkey, 16, P1305); in br_poly1305_i15_run() 179 br_i15_montymul(r, t, R2, P1305, P0I); in br_poly1305_i15_run() 200 br_i15_decode_mod(t, pkey + 16, 16, P1305); in br_poly1305_i15_run()
|