Home
last modified time | relevance | path

Searched defs:G (Results 1 – 21 of 21) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decjpake.c188 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 Decp_curves.c673 #define LOAD_GROUP_A( G ) ecp_group_load( grp, \ argument
681 #define LOAD_GROUP( G ) ecp_group_load( grp, \ argument
A Ddhm.c263 const mbedtls_mpi *G ) in mbedtls_dhm_set_group()
A Dbignum.c2321 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 Drsa.c526 mbedtls_mpi H, G, L; in mbedtls_rsa_gen_key() local
A Decp.c3197 const mbedtls_ecp_point *G, in mbedtls_ecp_gen_keypair_base()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod_timing.c25 int ltc_ecc_mulmod(void *k, const ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_mulmod()
A Dltc_ecc_mulmod.c26 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 Dkseed.c178 #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 Ddhm.h115 mbedtls_mpi G; /*!< The generator. */ member
A Decp.h272 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dmd4.c45 #define G(x, y, z) ((x & y) | (z & (x | y))) macro
A Dblake2b.c277 #define G(r, i, a, b, c, d) … macro
A Dblake2s.c270 #define G(r, i, a, b, c, d) … macro
A Drmd128.c38 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
A Drmd256.c32 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
A Dmd5.c32 #define G(x,y,z) (y ^ (z & (y ^ x))) macro
A Drmd160.c38 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
A Drmd320.c33 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
/optee_os-3.20.0/core/crypto/
A Dsm3.c57 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 Dltc_ecc_fp_mulmod.c1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_fp_mulmod()

Completed in 47 milliseconds