Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Daes.c15 unsigned int *rounds) in crypto_aes_expand_enc_key()
36 unsigned int rounds, const void *src, void *dst) in crypto_aes_enc_block()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/salsa20/
A Dxsalsa20_setup.c24 static void s_xsalsa20_doubleround(ulong32 *x, int rounds) in s_xsalsa20_doubleround()
56 int rounds) in xsalsa20_setup()
A Dsalsa20_setup.c25 int salsa20_setup(salsa20_state *st, const unsigned char *key, unsigned long keylen, int rounds) in salsa20_setup()
A Dxsalsa20_memory.c20 int xsalsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in xsalsa20_memory()
A Dsalsa20_memory.c20 int salsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in salsa20_memory()
A Dsalsa20_crypt.c20 static void s_salsa20_block(unsigned char *output, const ulong32 *input, int rounds) in s_salsa20_block()
/optee_os-3.20.0/lib/libmbedtls/core/
A Daes.c18 unsigned int *rounds) in crypto_aes_expand_enc_key()
41 unsigned int rounds, const void *src, void *dst) in crypto_aes_enc_block()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/chacha/
A Dchacha_setup.c24 int chacha_setup(chacha_state *st, const unsigned char *key, unsigned long keylen, int rounds) in chacha_setup()
A Dchacha_memory.c20 int chacha_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in chacha_memory()
A Dchacha_crypt.c19 static void s_chacha_block(unsigned char *output, const ulong32 *input, int rounds) in s_chacha_block()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/
A Dbcrypt.c77 unsigned int rounds, int hash_idx, in bcrypt_pbkdf_openbsd()
/optee_os-3.20.0/core/include/crypto/
A Dinternal_aes-gcm.h31 unsigned int rounds; member
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dkseed.c233 static void rounds(ulong32 *P, const ulong32 *K) in rounds() function
A Dmulti2.c189 int rounds; in multi2_test() member
A Dblowfish.c300 int rounds; in s_blowfish_encipher() local
A Dserpent.c446 static int s_setup_key(const unsigned char *key, int keylen, int rounds, ulong32 *k) in s_setup_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/
A Dsaferp.c221 static const int rounds[3] = { 8, 12, 16 }; in saferp_setup() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h18 int rounds; member
32 long rounds; member
1015 int rounds; member
1038 int rounds; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c67 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update_ret() local
A Dbignum.c2725 static int mpi_miller_rabin( const mbedtls_mpi *X, size_t rounds, in mpi_miller_rabin()
2818 int mbedtls_mpi_is_prime_ext( const mbedtls_mpi *X, int rounds, in mbedtls_mpi_is_prime_ext()
2889 int rounds; in mbedtls_mpi_gen_prime() local
/optee_os-3.20.0/core/drivers/
A Dversal_trng.c223 static unsigned int rounds; variable

Completed in 26 milliseconds