Searched refs:num_rounds (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c21 static int num_rounds(struct crypto_aes_ctx *ctx) num_rounds() function
126 num_rounds(ctx)); ccm_calculate_auth_mac()
139 num_rounds(ctx)); ccm_calculate_auth_mac()
183 num_rounds(ctx), mac, walk.iv); ccm_encrypt()
189 ce_aes_ccm_final(mac, buf, ctx->key_enc, num_rounds(ctx)); ccm_encrypt()
239 num_rounds(ctx), mac, walk.iv); ccm_decrypt()
245 ce_aes_ccm_final(mac, buf, ctx->key_enc, num_rounds(ctx)); ccm_decrypt()
H A Daes-ce-cipher.c27 static int num_rounds(struct crypto_aes_ctx *ctx) num_rounds() function
78 "2"(num_rounds(ctx) - 2) aes_cipher_encrypt()
123 "2"(num_rounds(ctx) - 2) aes_cipher_decrypt()
204 j = num_rounds(ctx); ce_aes_expandkey()
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c51 static int num_rounds(struct crypto_aes_ctx *ctx) num_rounds() function
119 j = num_rounds(ctx); ce_aes_expandkey()
181 (u8 *)ctx->key_enc, num_rounds(ctx), blocks); ecb_encrypt()
204 (u8 *)ctx->key_dec, num_rounds(ctx), blocks); ecb_decrypt()
227 (u8 *)ctx->key_enc, num_rounds(ctx), blocks, cbc_encrypt()
251 (u8 *)ctx->key_dec, num_rounds(ctx), blocks, cbc_decrypt()
274 (u8 *)ctx->key_enc, num_rounds(ctx), blocks, ctr_encrypt()
294 num_rounds(ctx), blocks, walk.iv); ctr_encrypt()
307 int err, first, rounds = num_rounds(&ctx->key1); xts_encrypt()
332 int err, first, rounds = num_rounds(&ctx->key1); xts_decrypt()

Completed in 169 milliseconds