Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
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
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
A Dcamellia.c435 ulong64 L, R; in camellia_ecb_encrypt() local
529 ulong64 L, R; in camellia_ecb_decrypt() local
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()
A Dkhazad.c26 #define R 8 macro
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
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()
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()
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/lib/libmbedtls/mbedtls/library/
A Decp.c367 mbedtls_ecp_point R; /* R intermediate result */ member
2150 mbedtls_ecp_point *R, in ecp_mul_comb_after_precomp()
2265 static int ecp_mul_comb( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_comb()
2512 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
2563 static int ecp_mul_mxz( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_mxz()
2728 int mbedtls_ecp_mul( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_mul()
2795 mbedtls_ecp_point *R, in mbedtls_ecp_mul_shortcuts()
2831 mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_muladd_restartable()
2927 int mbedtls_ecp_muladd( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_muladd()
3442 mbedtls_ecp_point *R, in self_test_point()
[all …]
A Ddhm.c155 static int dhm_random_below( mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below()
340 mbedtls_mpi R; in dhm_update_blinding() local
A Dnist_kw.c294 unsigned char *R = NULL; in unwrap() local
A Dbignum.c1690 int mbedtls_mpi_div_mpi( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, in mbedtls_mpi_div_mpi()
1818 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, in mbedtls_mpi_div_int()
1837 int mbedtls_mpi_mod_mpi( mbedtls_mpi *R, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_mod_mpi()
2054 static int mpi_select( mbedtls_mpi *R, const mbedtls_mpi *T, size_t T_size, size_t idx ) in mpi_select()
2731 mbedtls_mpi W, R, T, A, RR; in mpi_miller_rabin() local
A Dsha1.c132 #define R(t) \ in mbedtls_internal_sha1_process() macro
A Dsha256.c159 #define R(t) \ macro
A Decdsa.c262 mbedtls_ecp_point R; in ecdsa_sign_restartable() local
606 mbedtls_ecp_point R; in ecdsa_verify_restartable() local
A Decjpake.c541 static int ecjpake_ecp_add3( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecjpake_ecp_add3()
625 static int ecjpake_mul_secret( mbedtls_mpi *R, int sign, in ecjpake_mul_secret()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sober128/
A Dsober128_stream.c44 #define STEP(R,z) \ argument
47 static void cycle(ulong32 *R) in cycle()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-dsa.c160 mbedtls_mpi R = { }; in sm2_mbedtls_dsa_verify() local
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-dsa.c153 void *R = NULL; in sm2_ltc_dsa_verify() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/
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-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha512.c78 #define R(x, n) (((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)n)) macro
A Dsha256.c53 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
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()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h131 int R; member
146 int R; member
1142 ulong32 R[17], /* Working storage for the shift register */ member

Completed in 46 milliseconds

12