Searched refs:round (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/ |
A D | safer.c | 252 unsigned int round; in s_safer_ecb_encrypt() local 262 if (LTC_SAFER_MAX_NOF_ROUNDS < (round = *key)) round = LTC_SAFER_MAX_NOF_ROUNDS; in s_safer_ecb_encrypt() 263 while(round-- > 0) in s_safer_ecb_encrypt() 306 unsigned int round; in s_safer_ecb_decrypt() local 316 if (LTC_SAFER_MAX_NOF_ROUNDS < (round = *key)) round = LTC_SAFER_MAX_NOF_ROUNDS; in s_safer_ecb_decrypt() 317 key += LTC_SAFER_BLOCK_LEN * (1 + 2 * round); in s_safer_ecb_decrypt() 320 while (round--) in s_safer_ecb_decrypt()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | sm3_armv8a_ce_a64.S | 44 .macro round, ab, s0, t0, t1, i macro 62 round \ab, \s0, v11, v12, 0 63 round \ab, \s0, v12, v11, 1 64 round \ab, \s0, v11, v12, 2 65 round \ab, \s0, v12, v11, 3
|
A D | aes_modes_armv8a_ce_a32.S | 127 add ip, r2, #32 @ 3rd round key 133 add ip, r2, #32 @ 3rd round key 138 add ip, r2, #32 @ 3rd round key 143 add ip, r2, #32 @ 3rd round key 148 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys 149 vld1.8 {q14}, [ip] @ load last round key 264 vmov q15, q14 @ preserve last round key 385 add ip, r6, #32 @ 3rd round key of key 2 482 add ip, r2, #32 @ 3rd round key
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | sha3.c | 159 int i, j, round; in s_keccakf() local 162 for(round = 0; round < SHA3_KECCAK_ROUNDS; round++) { in s_keccakf() 191 s[0] ^= s_keccakf_rndc[round]; in s_keccakf()
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 991 - Simplify interface with tee-supplicant. Minimize round trips with normal
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1046 these variables can be used to recover the last round key. To follow best
|
Completed in 13 milliseconds