Home
last modified time | relevance | path

Searched refs:num_rounds (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/crypto/
H A Daes-ce-glue.c55 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function
124 j = num_rounds(ctx); in ce_aes_expandkey()
178 ctx->key_enc, num_rounds(ctx), blocks); in ecb_encrypt()
198 ctx->key_dec, num_rounds(ctx), blocks); in ecb_decrypt()
216 ctx->key_enc, num_rounds(ctx), blocks, in cbc_encrypt_walk()
246 ctx->key_dec, num_rounds(ctx), blocks, in cbc_decrypt_walk()
316 ctx->key_enc, num_rounds(ctx), walk.nbytes, in cts_cbc_encrypt()
374 ctx->key_dec, num_rounds(ctx), walk.nbytes, in cts_cbc_decrypt()
393 ctx->key_enc, num_rounds(ctx), blocks, in ctr_encrypt()
410 ce_aes_ctr_encrypt(tail, NULL, ctx->key_enc, num_rounds(ctx), in ctr_encrypt()
[all …]
/linux/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c22 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function
151 ctx->key_enc, num_rounds(ctx)); in ccm_calculate_auth_mac()
159 ctx->key_enc, num_rounds(ctx)); in ccm_calculate_auth_mac()
207 ctx->key_enc, num_rounds(ctx), in ccm_encrypt()
272 ctx->key_enc, num_rounds(ctx), in ccm_decrypt()