Home
last modified time | relevance | path

Searched defs:R (Results 1 – 25 of 31) sorted by relevance

12

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dcast5.c494 LTC_INLINE static ulong32 FI(ulong32 R, ulong32 Km, ulong32 Kr) in FI()
502 LTC_INLINE static ulong32 FII(ulong32 R, ulong32 Km, ulong32 Kr) in FII()
510 LTC_INLINE static ulong32 FIII(ulong32 R, ulong32 Km, ulong32 Kr) in FIII()
530 ulong32 R, L; in s_cast5_ecb_encrypt() local
583 ulong32 R, L; in s_cast5_ecb_decrypt() local
H A Dblowfish.c298 static void s_blowfish_encipher(ulong32 *L, ulong32 *R, const symmetric_key *skey) in s_blowfish_encipher()
480 ulong32 L, R; in s_blowfish_ecb_encrypt() local
521 ulong32 L, R; in s_blowfish_ecb_decrypt() local
H A Dcamellia.c435 ulong64 L, R; in camellia_ecb_encrypt() local
529 ulong64 L, R; in camellia_ecb_decrypt() local
H A Danubis.c884 int N, R, i, pos, r; in s_anubis_setup() local
1024 const ulong32 roundKey[18 + 1][4], int R) { in anubis_crypt()
H A Dkhazad.c26 #define R 8 macro
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_projective_dbl_point.c40 int ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *m… in ltc_ecc_projective_dbl_point()
H A Dltc_ecc_projective_add_point.c23 int ltc_ecc_projective_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void *ma, vo… in ltc_ecc_projective_add_point()
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/lib/libmbedtls/mbedtls/library/
H A Decp.c125 mbedtls_ecp_point R; /* current intermediate result */ member
180 mbedtls_ecp_point R; /* R intermediate result */ member
1490 static int ecp_double_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_double_jac()
1587 static int ecp_add_mixed(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_add_mixed()
2016 static int ecp_select_comb(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_select_comb()
2047 static int ecp_mul_comb_core(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_comb_core()
2169 mbedtls_ecp_point *R, in ecp_mul_comb_after_precomp()
2293 static int ecp_mul_comb(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_comb()
2504 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
2549 static int ecp_mul_mxz(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_mxz()
[all …]
H A Ddhm.c168 static int dhm_random_below(mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below()
347 mbedtls_mpi R; in dhm_update_blinding() local
H A Dsha1.c91 #define R(t) \ in mbedtls_internal_sha1_process() macro
H A Dnist_kw.c271 unsigned char *R = NULL; in unwrap() local
H A Dbignum.c1444 int mbedtls_mpi_div_mpi(mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, in mbedtls_mpi_div_mpi()
1567 int mbedtls_mpi_div_int(mbedtls_mpi *Q, mbedtls_mpi *R, in mbedtls_mpi_div_int()
1585 int mbedtls_mpi_mod_mpi(mbedtls_mpi *R, const mbedtls_mpi *A, const mbedtls_mpi *B) in mbedtls_mpi_mod_mpi()
2184 mbedtls_mpi W, R, T, A, RR; in mpi_miller_rabin() local
H A Decdsa.c253 mbedtls_ecp_point R; in mbedtls_ecdsa_sign_restartable() local
497 mbedtls_ecp_point R; in mbedtls_ecdsa_verify_restartable() local
H A Decjpake.c543 static int ecjpake_ecp_add3(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecjpake_ecp_add3()
621 static int ecjpake_mul_secret(mbedtls_mpi *R, int sign, in ecjpake_mul_secret()
/optee_os/core/lib/libtomcrypt/src/stream/sober128/
H A Dsober128_stream.c44 #define STEP(R,z) \ argument
47 static void cycle(ulong32 *R) in cycle()
/optee_os/lib/libmbedtls/core/
H A Dsm2-dsa.c160 mbedtls_mpi R = { }; in sm2_mbedtls_dsa_verify() local
/optee_os/core/lib/libtomcrypt/
H A Dsm2-dsa.c153 void *R = NULL; in sm2_ltc_dsa_verify() local
/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c772 static int s_accel_fp_mul(int idx, void *k, ecc_point *R, void *a, void *modulus, void *mp, int map) in s_accel_fp_mul()
897 ecc_point *R, void *a, void *modulus, void *mp) in ss_accel_fp_mul2add()
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()
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha512.c78 #define R(x, n) (((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)n)) macro
H A Dsha256.c53 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
/optee_os/core/lib/libtomcrypt/src/math/
H A Dtfm_desc.c423 static int tfm_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, … in tfm_ecc_projective_dbl_point()
578 static int tfm_ecc_projective_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void … in tfm_ecc_projective_add_point()
H A Dgmp_desc.c287 mpz_t t1, C, Q, S, Z, M, T, R, two; in sqrtmod_prime() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h135 int R; member
149 int R; member
1157 ulong32 R[17], /* Working storage for the shift register */ member

12