Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
H 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/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod_timing.c27 ecc_point *tG, *M[3]; in ltc_ecc_mulmod() local
H A Dltc_ecc_mulmod.c28 ecc_point *tG, *M[8]; in ltc_ecc_mulmod() local
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_gf_mult.c98 #define M(x) ( ((x&8)>>3) | ((x&4)>>1) | ((x&2)<<1) | ((x&1)<<3) ) macro
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H 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/lib/libmbedtls/mbedtls/library/
H A Ddhm.c168 static int dhm_random_below(mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below()
H A Decp_curves.c5197 mbedtls_mpi M; in ecp_mod_p521() local
5299 mbedtls_mpi M, Q; in ecp_mod_p448() local
5366 mbedtls_mpi M, R; in ecp_mod_koblitz() local
H A Decp_curves_new.c5524 mbedtls_mpi_uint *M = NULL; in mbedtls_ecp_mod_p448_raw() local
5653 mbedtls_mpi_uint *M = mbedtls_calloc(M_limbs, ciL); in ecp_mod_koblitz() local
H A Decp.c2133 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local
/optee_os/core/lib/libtomcrypt/src/math/
H A Dgmp_desc.c287 mpz_t t1, C, Q, S, Z, M, T, R, two; in sqrtmod_prime() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c128 sv M(gf o,const gf a,const gf b) in M() function