Searched refs:math (Results 1 – 7 of 7) sorted by relevance
16 struct drvcrypt_math *math = NULL; in drvcrypt_xor_mod_n() local26 math = drvcrypt_get_ops(CRYPTO_MATH); in drvcrypt_xor_mod_n()27 if (math) { in drvcrypt_xor_mod_n()29 ret = math->xor_mod_n(data); in drvcrypt_xor_mod_n()
3 subdirs-y += math
153 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/multi.c154 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/rand_prime.c155 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/rand_bn.c157 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/fp/ltc_ecc_fp_mulmod.c
676 #error LTC_NO_MATH defined, but also a math descriptor
17 it highly portable. <math.h> and <fenv.h> are used too, but their291 * `<math.h>` and `<fenv.h>`292 * The math library (libm, -lm)304 that doesn't depend on math libraries. It uses masks and shifts
8 import math360 self.sig_size = math.ceil(self.key.key_size / 8)
233 arm32-platform-cflags-hard-float ?= -mfloat-abi=hard -funsafe-math-optimizations