Home
last modified time | relevance | path

Searched refs:NEQ (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_ssl_decrypt.c47 x &= NEQ(data[u], 0); in br_rsa_ssl_decrypt()
/freebsd/contrib/bearssl/src/int/
H A Di32_montmul.c68 br_i32_sub(d, m, NEQ(dh, 0) | NOT(br_i32_sub(d, m, 0))); in br_i32_montymul()
H A Di15_modpow2.c152 CCOPY(NEQ(bits, 0), x, t1, mlen); in br_i15_modpow_opt()
H A Di31_modpow2.c152 CCOPY(NEQ(bits, 0), x, t1, mlen); in br_i31_modpow_opt()
H A Di31_montmul.c126 br_i31_sub(d, m, NEQ(dh, 0) | NOT(br_i31_sub(d, m, 0))); in br_i31_montymul()
H A Di15_montmul.c183 br_i15_sub(d, m, NEQ(dh, 0) | NOT(br_i15_sub(d, m, 0))); in br_i15_montymul()
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m31.c1058 bad = NEQ(buf[0], 0x04); in p256_decode()
1153 bnz = NEQ(bits, 0); in p256_mul()
1325 bnz = NEQ(bits, 0); in p256_mulgen()
H A Dec_p256_m62.c750 return NEQ((uint32_t)(z | z >> 32), 0); in point_encode()
1278 bnz = NEQ(bits, 0); in point_mul_inner()
1631 return NEQ(z, 0) & LT0(c); in check_scalar()
H A Dec_p256_m64.c766 return NEQ((uint32_t)(z | z >> 32), 0); in point_encode()
1296 bnz = NEQ(bits, 0); in point_mul_inner()
1647 return NEQ(z, 0) & LT0(c); in check_scalar()
H A Dec_prime_i15.c591 bnz = NEQ(bits, 0); in point_mul()
H A Dec_prime_i31.c590 bnz = NEQ(bits, 0); in point_mul()
H A Dec_p256_m15.c1708 bad = NEQ(buf[0], 0x04); in p256_decode()
1803 bnz = NEQ(bits, 0); in p256_mul()
1980 bnz = NEQ(bits, 0); in p256_mulgen()
/freebsd/contrib/bearssl/src/
H A Dinner.h791 NEQ(uint32_t x, uint32_t y) in NEQ() function
919 k = NEQ(x, 0); in BIT_LENGTH()
/freebsd/contrib/libpcap/
H A Dgrammar.y.in398 %token GEQ LEQ NEQ
848 | NEQ { $$ = BPF_JEQ; }
H A Dscanner.l411 "!=" return NEQ;