Home
last modified time | relevance | path

Searched refs:nn_xor (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/include/libecc/nn/
H A Dnn_logical.h26 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 Dnn_logical.c293 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 Darithmetic_tests.c662 GENERIC_TEST_NN(nn_xor, NN_XOR, "^", nn_xor, "nnn", "iio",