Home
last modified time | relevance | path

Searched defs:square (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/libkern/x86/
HDcrc32_sse42.c115 gf2_matrix_square(uint32_t *square, uint32_t *mat) in gf2_matrix_square()
/freebsd-14-stable/crypto/openssh/
HDsmult_curve25519_ref.c90 static void square(unsigned int out[32],const unsigned int a[32]) in square() function
HDssh_namespace.h570 #define square Fssh_square macro
/freebsd-14-stable/crypto/openssl/crypto/bn/
HDbn_prime.c30 #define square(x) ((BN_ULONG)(x) * (BN_ULONG)(x)) macro
/freebsd-14-stable/contrib/bearssl/src/ec/
HDec_c25519_m15.c1066 f255_mulgen(uint32_t *d, const uint32_t *a, const uint32_t *b, int square) in f255_mulgen()
/freebsd-14-stable/crypto/openssl/test/
HDbntest.c1414 BIGNUM *a = NULL, *square = NULL, *zero = NULL, *ret = NULL; in file_square() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp1231 APInt square(x_old * x_old); in sqrt() local