Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 23 of 23) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Daes.c17 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 Dxsalsa20_setup.c24 static void s_xsalsa20_doubleround(ulong32 *x, int rounds) in s_xsalsa20_doubleround()
56 int rounds) in xsalsa20_setup()
H A Dsalsa20_setup.c25 int salsa20_setup(salsa20_state *st, const unsigned char *key, unsigned long keylen, int rounds) in salsa20_setup()
H A Dxsalsa20_memory.c20 int xsalsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in xsalsa20_memory()
H A Dsalsa20_memory.c20 int salsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in salsa20_memory()
H A Dsalsa20_crypt.c20 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 Dchacha_setup.c24 int chacha_setup(chacha_state *st, const unsigned char *key, unsigned long keylen, int rounds) in chacha_setup()
H A Dchacha_memory.c20 int chacha_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in chacha_memory()
H A Dchacha_crypt.c19 static void s_chacha_block(unsigned char *output, const ulong32 *input, int rounds) in s_chacha_block()
/optee_os/core/include/crypto/
H A Dinternal_aes-gcm.h31 unsigned int rounds; member
/optee_os/core/lib/libtomcrypt/src/misc/bcrypt/
H A Dbcrypt.c77 unsigned int rounds, int hash_idx, in bcrypt_pbkdf_openbsd()
/optee_os/core/arch/arm/crypto/
H A Dghash-ce-core_a64.S395 .macro enc_block, state, rounds
H A Daes_modes_armv8a_ce_a32.S146 .macro prepare_key, rk, rounds
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dkseed.c233 static void rounds(ulong32 *P, const ulong32 *K) in rounds() function
H A Dmulti2.c189 int rounds; in multi2_test() member
H A Dblowfish.c300 int rounds; in s_blowfish_encipher() local
H A Dserpent.c446 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 Daesce.c168 int rounds) in aesce_encrypt_block()
231 int rounds) in aesce_decrypt_block()
H A Dhmac_drbg.c48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() local
H A Dbignum.c2178 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 Dsaferp.c221 static const int rounds[3] = { 8, 12, 16 }; in saferp_setup() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h18 int rounds; member
32 long rounds; member
1030 int rounds; member
1053 int rounds; member
/optee_os/core/drivers/
H A Dversal_trng.c223 static unsigned int rounds; variable