Home
last modified time | relevance | path

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

12

/optee_os/lib/libmbedtls/mbedtls/library/
A Decjpake.c191 const mbedtls_ecp_point *G, in ecjpake_hash()
241 const mbedtls_ecp_point *G, in ecjpake_zkp_read()
313 const mbedtls_ecp_point *G, in ecjpake_zkp_write()
374 const mbedtls_ecp_point *G, in ecjpake_kkp_read()
411 const mbedtls_ecp_point *G, in ecjpake_kkp_write()
448 const mbedtls_ecp_point *G, in ecjpake_kkpp_read()
481 const mbedtls_ecp_point *G, in ecjpake_kkpp_write()
577 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two() local
667 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()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod_timing.c32 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.c33 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/
A Dkseed.c185 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255]) macro
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Ddhm.h104 mbedtls_mpi G; /*!< The generator. */ member
A Decp.h262 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Ddhm.h104 mbedtls_mpi G; /*!< The generator. */ member
A Decp.h262 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Ddhm.h104 mbedtls_mpi G; /*!< The generator. */ member
A Decp.h262 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Ddhm.h104 mbedtls_mpi G; /*!< The generator. */ member
A Decp.h262 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Ddhm.h104 mbedtls_mpi G; /*!< The generator. */ member
A Decp.h262 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ member
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dmd4.c52 #define G(x, y, z) ((x & y) | (z & (x | y))) macro
A Dblake2b.c284 #define G(r, i, a, b, c, d) … macro
A Dblake2s.c277 #define G(r, i, a, b, c, d) … macro
A Drmd128.c45 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
A Drmd256.c39 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
A Dmd5.c39 #define G(x,y,z) (y ^ (z & (y ^ x))) macro
A Drmd160.c45 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
A Drmd320.c40 #define G(x, y, z) (((x) & (y)) | (~(x) & (z))) macro
/optee_os/core/crypto/
A Dsm3.c52 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local

Completed in 60 milliseconds

12