Searched refs:nn_xor (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_logical.h | 26 ATTRIBUTE_WARN_UNUSED_RET int nn_xor(nn_t B, nn_src_t C, nn_src_t A);
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_logical.c | 293 ret = nn_xor(out, out, &tmp); EG(ret, err); in nn_rrot() 333 ret = nn_xor(out, out, &tmp); EG(ret, err); in nn_lrot() 358 int nn_xor(nn_t A, nn_src_t B, nn_src_t C) in nn_xor() function
|
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests.c | 662 GENERIC_TEST_NN(nn_xor, NN_XOR, "^", nn_xor, "nnn", "iio",
|