Home
last modified time | relevance | path

Searched refs:kA (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dcamellia.c285 LOAD64H(skey->camellia.k[0], kA); in camellia_setup()
294 rot_128(kA, 15, T+32); in camellia_setup()
299 rot_128(kA, 30, T+32); in camellia_setup()
309 rot_128(kA, 45, T+32); in camellia_setup()
315 rot_128(kA, 60, T+32); in camellia_setup()
330 rot_128(kA, 94, T+32); in camellia_setup()
340 rot_128(kA, 111, T+32); in camellia_setup()
367 rot_128(kA, 15, T+32); in camellia_setup()
387 rot_128(kA, 45, T+32); in camellia_setup()
412 rot_128(kA, 77, T+32); in camellia_setup()
[all …]
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mul2add.c32 int ltc_ecc_mul2add(const ecc_point *A, void *kA, in ltc_ecc_mul2add() argument
49 LTC_ARGCHK(kA != NULL); in ltc_ecc_mul2add()
65 lenA = mp_unsigned_bin_size(kA); in ltc_ecc_mul2add()
76 mp_to_unsigned_bin(kA, (len - lenA) + tA); in ltc_ecc_mul2add()
/optee_os/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c903 void *kA, void *kB, in _accel_fp_mul2add() argument
912 if (mp_unsigned_bin_size(kA) > mp_unsigned_bin_size(modulus)) { in _accel_fp_mul2add()
931 if (mp_cmp(kA, order) != LTC_MP_LT) { in _accel_fp_mul2add()
936 if ((err = mp_mod(kA, order, tka)) != CRYPT_OK) { in _accel_fp_mul2add()
942 tka = kA; in _accel_fp_mul2add()
946 tka = kA; in _accel_fp_mul2add()
997 if (tka != kA) { in _accel_fp_mul2add()
1009 if (tka != kA) { in _accel_fp_mul2add()
1021 if (tka != kA) { in _accel_fp_mul2add()
1112 int ltc_ecc_fp_mul2add(ecc_point *A, void *kA, in ltc_ecc_fp_mul2add() argument
[all …]
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h450 int (*ecc_mul2add)(const ecc_point *A, void *kA,
A Dtomcrypt_private.h303 int ltc_ecc_mul2add(const ecc_point *A, void *kA,
311 int ltc_ecc_fp_mul2add(const ecc_point *A, void *kA,

Completed in 16 milliseconds