Searched defs:mul (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | tiger.c | 551 LTC_INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round() 565 static void s_pass(ulong64 *a, ulong64 *b, ulong64 *c, const ulong64 *x, int mul) in s_pass()
|
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | at91_pll.c | 42 uint16_t mul; member 66 uint16_t mul = 0; in clk_pll_enable() local 117 uint32_t *div, uint32_t *mul, in clk_pll_get_best_div_mul() 233 uint32_t mul = 0; in clk_pll_set_rate() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 232 int (*mul)(void *a, void *b, void *c); member
|
/optee_os-3.20.0/core/drivers/ |
A D | versal_trng.c | 724 uint32_t mul) in trng_reseed_internal() 831 uint32_t mul) in trng_reseed()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 257 static int mul(void *a, void *b, void *c) in mul() function
|
A D | ltm_desc.c | 271 static int mul(void *a, void *b, void *c) in mul() function
|
A D | tfm_desc.c | 236 static int mul(void *a, void *b, void *c) in mul() function
|
/optee_os-3.20.0/core/crypto/ |
A D | aes-gcm.c | 529 uint32_t mul = 0; in internal_aes_gcm_gfmul() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 314 static int mul(void *a, void *b, void *c) in mul() function
|
Completed in 17 milliseconds