Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ffdh.c32 mbedtls_mpi *G) in mbedtls_psa_ffdh_set_prime_generator()
153 mbedtls_mpi GX, G, X, P; in mbedtls_psa_ffdh_export_public_key() local
269 mbedtls_mpi P, G, X, GY, K; in mbedtls_psa_ffdh_key_agreement() local
H A Decjpake.c195 const mbedtls_ecp_point *G, in ecjpake_hash()
246 const mbedtls_ecp_point *G, in ecjpake_zkp_read()
316 const mbedtls_ecp_point *G, in ecjpake_zkp_write()
377 const mbedtls_ecp_point *G, in ecjpake_kkp_read()
414 const mbedtls_ecp_point *G, in ecjpake_kkp_write()
452 const mbedtls_ecp_point *G, in ecjpake_kkpp_read()
486 const mbedtls_ecp_point *G, in ecjpake_kkpp_write()
574 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two() local
658 mbedtls_ecp_point G; /* C: GA, S: GB */ in mbedtls_ecjpake_write_round_two() local
H A Ddhm.c274 const mbedtls_mpi *G) in mbedtls_dhm_set_group()
H A Dbignum.c1870 int mbedtls_mpi_gcd(mbedtls_mpi *G, const mbedtls_mpi *A, const mbedtls_mpi *B) in mbedtls_mpi_gcd()
2028 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
H A Decp_curves.c4632 #define LOAD_GROUP_A(G) ecp_group_load(grp, \ argument
4642 #define LOAD_GROUP(G) ecp_group_load(grp, \ argument
H A Decp_curves_new.c4620 #define LOAD_GROUP_A(G) ecp_group_load(grp, \ argument
4630 #define LOAD_GROUP(G) ecp_group_load(grp, \ argument
H A Drsa.c1052 mbedtls_mpi H, G, L; in mbedtls_rsa_gen_key() local
H A Decp.c3166 const mbedtls_ecp_point *G, in mbedtls_ecp_gen_keypair_base()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H 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()
H 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/core/lib/libtomcrypt/src/ciphers/
H A Dkseed.c178 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255]) macro
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dmd4.c45 #define G(x, y, z) ((x & y) | (z & (x | y))) macro
H A Drmd128.c38 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
H A Dblake2s.c270 #define G(r, i, a, b, c, d) … macro
H A Dblake2b.c277 #define G(r, i, a, b, c, d) … macro
H A Drmd256.c32 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
H A Dmd5.c32 #define G(x,y,z) (y ^ (z & (y ^ x))) macro
H A Drmd160.c38 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
H A Drmd320.c33 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h245 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os/core/crypto/
H A Dsm3.c71 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
/optee_os/core/lib/libtomcrypt/src/math/fp/
H 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()