Home
last modified time | relevance | path

Searched defs:M (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dmd5.c38 #define FF(a,b,c,d,M,s,t) \ argument
41 #define GG(a,b,c,d,M,s,t) \ argument
44 #define HH(a,b,c,d,M,s,t) \ argument
47 #define II(a,b,c,d,M,s,t) \ argument
77 #define FF(a,b,c,d,M,s,t) \ argument
80 #define GG(a,b,c,d,M,s,t) \ argument
83 #define HH(a,b,c,d,M,s,t) \ argument
86 #define II(a,b,c,d,M,s,t) \ argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod_timing.c27 ecc_point *tG, *M[3]; in ltc_ecc_mulmod() local
A Dltc_ecc_mulmod.c28 ecc_point *tG, *M[8]; in ltc_ecc_mulmod() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_gf_mult.c98 #define M(x) ( ((x&8)>>3) | ((x&4)>>1) | ((x&2)<<1) | ((x&1)<<3) ) macro
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decp_curves.c1240 mbedtls_mpi M; in ecp_mod_p521() local
1289 mbedtls_mpi M; in ecp_mod_p255() local
1346 mbedtls_mpi M, Q; in ecp_mod_p448() local
1408 mbedtls_mpi M, R; in ecp_mod_koblitz() local
A Ddhm.c155 static int dhm_random_below( mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below()
A Decp.c1519 mbedtls_mpi M, S, T, U; in ecp_double_jac() local
2115 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c238 static void h_func(const unsigned char *in, unsigned char *out, const unsigned char *M, int k, int … in h_func()
347 unsigned char tmp[4], tmp2[4], M[8*4]; in s_twofish_setup() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dgmp_desc.c287 mpz_t t1, C, Q, S, Z, M, T, R, two; in sqrtmod_prime() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c128 sv M(gf o,const gf a,const gf b) in M() function

Completed in 26 milliseconds