Home
last modified time | relevance | path

Searched refs:round_count (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/core/arch/arm/crypto/
A Daes_armv8a_ce.c104 unsigned int j = round_count; in make_dec_key()
112 j = round_count; in make_dec_key()
123 unsigned int *round_count) in crypto_accel_aes_expand_keys() argument
141 *round_count = num_rounds; in crypto_accel_aes_expand_keys()
157 unsigned int round_count, in crypto_accel_aes_ecb_enc() argument
170 unsigned int round_count, in crypto_accel_aes_ecb_dec() argument
183 unsigned int round_count, in crypto_accel_aes_cbc_enc() argument
196 unsigned int round_count, in crypto_accel_aes_cbc_dec() argument
209 unsigned int round_count, in crypto_accel_aes_ctr_be_enc() argument
222 unsigned int round_count, in crypto_accel_aes_xts_enc() argument
[all …]
/optee_os-3.20.0/core/include/crypto/
A Dcrypto_accel.h14 unsigned int *round_count);
17 unsigned int round_count,
20 unsigned int round_count,
24 unsigned int round_count,
27 unsigned int round_count,
31 unsigned int round_count,
35 unsigned int round_count,
39 unsigned int round_count,
/optee_os-3.20.0/lib/libmbedtls/include/
A Daes_alt.h9 unsigned int round_count; member
/optee_os-3.20.0/core/lib/libtomcrypt/
A Daes_accel.c55 unsigned int round_count = 0; in rijndael_setup() local
66 &round_count)) in rijndael_setup()
69 if (num_rounds && (unsigned int)num_rounds != round_count) in rijndael_setup()
72 skey->rijndael.Nr = round_count; in rijndael_setup()
/optee_os-3.20.0/lib/libmbedtls/core/
A Daes.c82 sizeof(ctx->key), &ctx->round_count)) in mbedtls_aes_setkey_enc()
99 sizeof(ctx->key), &ctx->round_count)) in mbedtls_aes_setkey_dec()
A Daes_ecb.c136 ctx->round_count, 1); in mbedtls_aes_crypt_ecb()
139 ctx->round_count, 1); in mbedtls_aes_crypt_ecb()
A Daes_cbc.c136 ctx->round_count, length / 16, iv); in mbedtls_aes_crypt_cbc()
139 ctx->round_count, length / 16, iv); in mbedtls_aes_crypt_cbc()
A Daes_ctr.c128 ctx->round_count, 1, nonce_counter); in next_ctr()
157 ctx->key, ctx->round_count, in mbedtls_aes_crypt_ctr()

Completed in 9 milliseconds