| /optee_os/core/lib/libtomcrypt/ |
| H A D | aes.c | 17 unsigned int *rounds) in crypto_aes_expand_enc_key() 38 unsigned int rounds, const void *src, void *dst) in crypto_aes_enc_block()
|
| /optee_os/core/lib/libtomcrypt/src/stream/salsa20/ |
| H A D | xsalsa20_setup.c | 24 static void s_xsalsa20_doubleround(ulong32 *x, int rounds) in s_xsalsa20_doubleround() 56 int rounds) in xsalsa20_setup()
|
| H A D | salsa20_setup.c | 25 int salsa20_setup(salsa20_state *st, const unsigned char *key, unsigned long keylen, int rounds) in salsa20_setup()
|
| H A D | xsalsa20_memory.c | 20 int xsalsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in xsalsa20_memory()
|
| H A D | salsa20_memory.c | 20 int salsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in salsa20_memory()
|
| H A D | salsa20_crypt.c | 20 static void s_salsa20_block(unsigned char *output, const ulong32 *input, int rounds) in s_salsa20_block()
|
| /optee_os/core/lib/libtomcrypt/src/stream/chacha/ |
| H A D | chacha_setup.c | 24 int chacha_setup(chacha_state *st, const unsigned char *key, unsigned long keylen, int rounds) in chacha_setup()
|
| H A D | chacha_memory.c | 20 int chacha_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in chacha_memory()
|
| H A D | chacha_crypt.c | 19 static void s_chacha_block(unsigned char *output, const ulong32 *input, int rounds) in s_chacha_block()
|
| /optee_os/core/include/crypto/ |
| H A D | internal_aes-gcm.h | 31 unsigned int rounds; member
|
| /optee_os/core/lib/libtomcrypt/src/misc/bcrypt/ |
| H A D | bcrypt.c | 77 unsigned int rounds, int hash_idx, in bcrypt_pbkdf_openbsd()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a64.S | 395 .macro enc_block, state, rounds
|
| H A D | aes_modes_armv8a_ce_a32.S | 146 .macro prepare_key, rk, rounds
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | kseed.c | 233 static void rounds(ulong32 *P, const ulong32 *K) in rounds() function
|
| H A D | multi2.c | 189 int rounds; in multi2_test() member
|
| H A D | blowfish.c | 300 int rounds; in s_blowfish_encipher() local
|
| H A D | serpent.c | 446 static int s_setup_key(const unsigned char *key, int keylen, int rounds, ulong32 *k) in s_setup_key()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aesce.c | 168 int rounds) in aesce_encrypt_block() 231 int rounds) in aesce_decrypt_block()
|
| H A D | hmac_drbg.c | 48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() local
|
| H A D | bignum.c | 2178 static int mpi_miller_rabin(const mbedtls_mpi *X, size_t rounds, in mpi_miller_rabin() 2267 int mbedtls_mpi_is_prime_ext(const mbedtls_mpi *X, int rounds, in mbedtls_mpi_is_prime_ext() 2318 int rounds; in mbedtls_mpi_gen_prime() local
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/safer/ |
| H A D | saferp.c | 221 static const int rounds[3] = { 8, 12, 16 }; in saferp_setup() local
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 18 int rounds; member 32 long rounds; member 1030 int rounds; member 1053 int rounds; member
|
| /optee_os/core/drivers/ |
| H A D | versal_trng.c | 223 static unsigned int rounds; variable
|