/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ecjpake.c | 188 const mbedtls_ecp_point *G, in ecjpake_hash() 236 const mbedtls_ecp_point *G, in ecjpake_zkp_read() 308 const mbedtls_ecp_point *G, in ecjpake_zkp_write() 369 const mbedtls_ecp_point *G, in ecjpake_kkp_read() 406 const mbedtls_ecp_point *G, in ecjpake_kkp_write() 443 const mbedtls_ecp_point *G, in ecjpake_kkpp_read() 476 const mbedtls_ecp_point *G, in ecjpake_kkpp_write() 572 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two() local 662 mbedtls_ecp_point G; /* C: GA, S: GB */ in mbedtls_ecjpake_write_round_two() local
|
A D | ecp_curves.c | 673 #define LOAD_GROUP_A( G ) ecp_group_load( grp, \ argument 681 #define LOAD_GROUP( G ) ecp_group_load( grp, \ argument
|
A D | dhm.c | 263 const mbedtls_mpi *G ) in mbedtls_dhm_set_group()
|
A D | bignum.c | 2321 int mbedtls_mpi_gcd( mbedtls_mpi *G, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_gcd() 2568 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
|
A D | rsa.c | 526 mbedtls_mpi H, G, L; in mbedtls_rsa_gen_key() local
|
A D | ecp.c | 3197 const mbedtls_ecp_point *G, in mbedtls_ecp_gen_keypair_base()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_mulmod_timing.c | 25 int ltc_ecc_mulmod(void *k, const ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_mulmod()
|
A D | ltc_ecc_mulmod.c | 26 int ltc_ecc_mulmod(void *k, const ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_mulmod()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | kseed.c | 178 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255]) macro
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | dhm.h | 115 mbedtls_mpi G; /*!< The generator. */ member
|
A D | ecp.h | 272 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | md4.c | 45 #define G(x, y, z) ((x & y) | (z & (x | y))) macro
|
A D | blake2b.c | 277 #define G(r, i, a, b, c, d) … macro
|
A D | blake2s.c | 270 #define G(r, i, a, b, c, d) … macro
|
A D | rmd128.c | 38 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
|
A D | rmd256.c | 32 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
|
A D | md5.c | 32 #define G(x,y,z) (y ^ (z & (y ^ x))) macro
|
A D | rmd160.c | 38 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
|
A D | rmd320.c | 33 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
|
/optee_os-3.20.0/core/crypto/ |
A D | sm3.c | 57 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/ |
A D | ltc_ecc_fp_mulmod.c | 1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_fp_mulmod()
|