Searched refs:round_count (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.c | 104 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/core/include/crypto/ |
A D | crypto_accel.h | 14 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/core/lib/libtomcrypt/ |
A D | aes_accel.c | 55 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/lib/libmbedtls/core/ |
A D | aes.c | 82 sizeof(ctx->key), &ctx->round_count)) in mbedtls_aes_setkey_enc() 99 sizeof(ctx->key), &ctx->round_count)) in mbedtls_aes_setkey_dec()
|
A D | aes_ecb.c | 136 ctx->round_count, 1); in mbedtls_aes_crypt_ecb() 139 ctx->round_count, 1); in mbedtls_aes_crypt_ecb()
|
A D | aes_cbc.c | 136 ctx->round_count, length / 16, iv); in mbedtls_aes_crypt_cbc() 139 ctx->round_count, length / 16, iv); in mbedtls_aes_crypt_cbc()
|
A D | aes_ctr.c | 128 ctx->round_count, 1, nonce_counter); in next_ctr() 157 ctx->key, ctx->round_count, in mbedtls_aes_crypt_ctr()
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | aes_alt.h | 9 unsigned int round_count; member
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | aes_alt.h | 9 unsigned int round_count; member
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | aes_alt.h | 9 unsigned int round_count; member
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | aes_alt.h | 9 unsigned int round_count; member
|
/optee_os/lib/libmbedtls/include/ |
A D | aes_alt.h | 9 unsigned int round_count; member
|
Completed in 14 milliseconds