Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 25 of 26) sorted by relevance

12

/optee_os/core/drivers/clk/sam/
A Dat91_pll.c42 uint16_t mul; member
66 uint16_t mul = 0; in clk_pll_enable() local
70 mul = PLL_MUL(pllr, layout); in clk_pll_enable()
74 (div == pll->div && mul == pll->mul)) in clk_pll_enable()
109 if (!pll->div || !pll->mul) in clk_pll_get_rate()
219 if (mul) in clk_pll_get_best_div_mul()
220 *mul = bestmul - 1; in clk_pll_get_best_div_mul()
233 uint32_t mul = 0; in clk_pll_set_rate() local
237 &div, &mul, &index); in clk_pll_set_rate()
243 pll->mul = mul; in clk_pll_set_rate()
[all …]
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dtiger.c564 INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round() argument
570 switch (mul) { in tiger_round()
578 static void pass(ulong64 *a, ulong64 *b, ulong64 *c, const ulong64 *x, int mul) in pass() argument
580 tiger_round(a,b,c,x[0],mul); in pass()
581 tiger_round(b,c,a,x[1],mul); in pass()
582 tiger_round(c,a,b,x[2],mul); in pass()
583 tiger_round(a,b,c,x[3],mul); in pass()
584 tiger_round(b,c,a,x[4],mul); in pass()
585 tiger_round(c,a,b,x[5],mul); in pass()
586 tiger_round(a,b,c,x[6],mul); in pass()
[all …]
/optee_os/core/arch/arm/plat-marvell/otx2/
A Dcore_pos.S12 mul x1, x1, x2
/optee_os/core/lib/libtomcrypt/
A Dmpi_desc.c314 static int mul(void *a, void *b, void *c) in mul() function
336 return mul(a, a, b); in sqr()
466 res = mul(&ta, &tb, d); in mulmod()
660 .mul = mul,
/optee_os/core/arch/arm/plat-ti/
A Da9_plat_init.S83 mul r1, r0, r1
/optee_os/core/crypto/
A Daes-gcm.c529 uint32_t mul = 0; in internal_aes_gcm_gfmul() local
541 mul = y[1] & 1; in internal_aes_gcm_gfmul()
543 y[0] = (y[0] >> 1) ^ (0xe100000000000000 * mul); in internal_aes_gcm_gfmul()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h239 int (*mul)(void *a, void *b, void *c); member
A Dtomcrypt_private.h186 #define mp_mul(a, b, c) ltc_mp.mul(a, b, c)
/optee_os/core/lib/libtomcrypt/src/math/
A Dltm_desc.c247 static int mul(void *a, void *b, void *c) in mul() function
473 &mul,
A Dgmp_desc.c264 static int mul(void *a, void *b, void *c) in mul() function
607 &mul,
A Dtfm_desc.c243 static int mul(void *a, void *b, void *c) in mul() function
801 &mul,
/optee_os/lib/libmbedtls/mbedtls/library/
A Decdsa.c290 goto mul; in ecdsa_sign_restartable()
324 mul: in ecdsa_sign_restartable()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dbn_mul.h838 __asm mul ebx \
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dbn_mul.h838 __asm mul ebx \
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dbn_mul.h838 __asm mul ebx \
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dbn_mul.h838 __asm mul ebx \
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbn_mul.h838 __asm mul ebx \
/optee_os/core/arch/arm/kernel/
A Dentry_a64.S32 mul x1, x0, x1
A Dentry_a32.S307 mul r1, r0, r1
/optee_os/out/arm/ldelf/
A Dldelf.dmp4886 2fd0: 9b187e81 mul x1, x20, x24
4902 2ffc: 9b187c22 mul x2, x1, x24
4966 30b0: 9b017e75 mul x21, x19, x1
5071 31bc: 9b187e81 mul x1, x20, x24
5097 31fc: 9b187c22 mul x2, x1, x24
5167 32a4: 9b087c24 mul x4, x1, x8
5595 374c: 9b017c84 mul x4, x4, x1
5757 38e0: 9b1b7e61 mul x1, x19, x27
6009 3b78: 9b027ee0 mul x0, x23, x2
8417 5584: 9b037c54 mul x20, x2, x3
/optee_os/out/arm/core/
A Dtee.symb_sizes1372 000000000e135980 0000000000000030 t mul
A Dtee.dmp2971 e1000a4: 9b017c01 mul x1, x0, x1
4747 e10320c: 9b037c41 mul x1, x2, x3
4759 e10323c: 9b037c42 mul x2, x2, x3
4840 e103334: 9b097cc8 mul x8, x6, x9
4842 e10333c: 9b027cc2 mul x2, x6, x2
4889 e1033b0: 9b077d03 mul x3, x8, x7
4901 e1033e0: 9b077d07 mul x7, x8, x7
4938 e103440: 9b097ce8 mul x8, x7, x9
4950 e103470: 9b097ce8 mul x8, x7, x9
82199 000000000e135980 <mul>:
[all …]
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp9539 3bc0: fb05 f003 mul.w r0, r5, r3
10139 3fda: fb04 f103 mul.w r1, r4, r3
10788 43d8: fb02 f000 mul.w r0, r2, r0
15639 62e6: fb0e f502 mul.w r5, lr, r2
37016 f7f2: fb03 f104 mul.w r1, r3, r4
37021 f7fc: fb01 f303 mul.w r3, r1, r3
/optee_os/out/arm/ta/trusted_keys/
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.dmp15122 63a6: fb03 f104 mul.w r1, r3, r4
15127 63b0: fb01 f303 mul.w r3, r1, r3
/optee_os/out/arm/ta/avb/
A D023f8f1a-292a-432b-8fc4-de8471358067.dmp9721 3f1e: fb03 f104 mul.w r1, r3, r4
9726 3f28: fb01 f303 mul.w r3, r1, r3

Completed in 312 milliseconds

12