/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | aes.c | 15 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 D | xsalsa20_setup.c | 24 static void s_xsalsa20_doubleround(ulong32 *x, int rounds) in s_xsalsa20_doubleround() 56 int rounds) in xsalsa20_setup()
|
A D | salsa20_setup.c | 25 int salsa20_setup(salsa20_state *st, const unsigned char *key, unsigned long keylen, int rounds) in salsa20_setup()
|
A D | xsalsa20_memory.c | 20 int xsalsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in xsalsa20_memory()
|
A D | salsa20_memory.c | 20 int salsa20_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in salsa20_memory()
|
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-3.20.0/lib/libmbedtls/core/ |
A D | aes.c | 18 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 D | chacha_setup.c | 24 int chacha_setup(chacha_state *st, const unsigned char *key, unsigned long keylen, int rounds) in chacha_setup()
|
A D | chacha_memory.c | 20 int chacha_memory(const unsigned char *key, unsigned long keylen, unsigned long rounds, in chacha_memory()
|
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-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
A D | bcrypt.c | 77 unsigned int rounds, int hash_idx, in bcrypt_pbkdf_openbsd()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | internal_aes-gcm.h | 31 unsigned int rounds; member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | kseed.c | 233 static void rounds(ulong32 *P, const ulong32 *K) in rounds() function
|
A D | multi2.c | 189 int rounds; in multi2_test() member
|
A D | blowfish.c | 300 int rounds; in s_blowfish_encipher() local
|
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-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/ |
A D | saferp.c | 221 static const int rounds[3] = { 8, 12, 16 }; in saferp_setup() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 18 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 D | hmac_drbg.c | 67 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update_ret() local
|
A D | bignum.c | 2725 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 D | versal_trng.c | 223 static unsigned int rounds; variable
|