Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dmd5.c45 #define FF(a,b,c,d,M,s,t) \ argument
48 #define GG(a,b,c,d,M,s,t) \ argument
51 #define HH(a,b,c,d,M,s,t) \ argument
54 #define II(a,b,c,d,M,s,t) \ argument
84 #define FF(a,b,c,d,M,s,t) \ argument
87 #define GG(a,b,c,d,M,s,t) \ argument
90 #define HH(a,b,c,d,M,s,t) \ argument
93 #define II(a,b,c,d,M,s,t) \ argument
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod_timing.c34 ecc_point *tG, *M[3]; in ltc_ecc_mulmod() local
A Dltc_ecc_mulmod.c35 ecc_point *tG, *M[8]; in ltc_ecc_mulmod() local
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_gf_mult.c105 #define M(x) ( ((x&8)>>3) | ((x&4)>>1) | ((x&2)<<1) | ((x&1)<<3) ) macro
/optee_os/lib/libmbedtls/mbedtls/library/
A Decp_curves.c1238 mbedtls_mpi M; in ecp_mod_p521() local
1287 mbedtls_mpi M; in ecp_mod_p255() local
1344 mbedtls_mpi M, Q; in ecp_mod_p448() local
1406 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.c1520 mbedtls_mpi M, S, T, U; in ecp_double_jac() local
2116 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c245 static void h_func(const unsigned char *in, unsigned char *out, const unsigned char *M, int k, int … in h_func()
354 unsigned char tmp[4], tmp2[4], M[8*4]; in _twofish_setup() local
/optee_os/core/lib/libtomcrypt/src/math/
A Dgmp_desc.c294 mpz_t t1, C, Q, S, Z, M, T, R, two; in sqrtmod_prime() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c135 sv M(gf o,const gf a,const gf b) in M() function

Completed in 20 milliseconds