/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 18 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 117 ctx->key_enc, num_rounds(ctx)); in ccm_calculate_auth_mac() 132 num_rounds(ctx)); in ccm_calculate_auth_mac() 179 num_rounds(ctx), mac, walk.iv); in ccm_encrypt() 188 ce_aes_ccm_final(mac, buf, ctx->key_enc, num_rounds(ctx)); in ccm_encrypt() 233 num_rounds(ctx), mac, walk.iv); in ccm_decrypt() 242 ce_aes_ccm_final(mac, buf, ctx->key_enc, num_rounds(ctx)); in ccm_decrypt()
|
H A D | aes-ce-glue.c | 34 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 56 __aes_ce_encrypt(ctx->key_enc, dst, src, num_rounds(ctx)); in aes_cipher_encrypt() 70 __aes_ce_decrypt(ctx->key_dec, dst, src, num_rounds(ctx)); in aes_cipher_decrypt() 130 j = num_rounds(ctx); in ce_aes_expandkey()
|
H A D | ghash-ce-glue.c | 220 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 339 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() 403 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-ce-glue.c | 34 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 56 __aes_ce_encrypt(ctx->key_enc, dst, src, num_rounds(ctx)); in aes_cipher_encrypt() 70 __aes_ce_decrypt(ctx->key_dec, dst, src, num_rounds(ctx)); in aes_cipher_decrypt() 130 j = num_rounds(ctx); in ce_aes_expandkey()
|
H A D | aes-ce-ccm-glue.c | 20 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 105 num_rounds(key)); in ccm_update_mac() 255 num_rounds(ctx), mac, walk.iv); in ccm_encrypt() 263 num_rounds(ctx)); in ccm_encrypt() 313 num_rounds(ctx), mac, walk.iv); in ccm_decrypt() 321 num_rounds(ctx)); in ccm_decrypt()
|
H A D | ghash-ce-glue.c | 217 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 345 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() 459 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 57 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 126 j = num_rounds(ctx); in ce_aes_expandkey() 180 ctx->key_enc, num_rounds(ctx), blocks); in ecb_encrypt() 200 ctx->key_dec, num_rounds(ctx), blocks); in ecb_decrypt() 218 ctx->key_enc, num_rounds(ctx), blocks, in cbc_encrypt_walk() 248 ctx->key_dec, num_rounds(ctx), blocks, in cbc_decrypt_walk() 318 ctx->key_enc, num_rounds(ctx), walk.nbytes, in cts_cbc_encrypt() 376 ctx->key_dec, num_rounds(ctx), walk.nbytes, in cts_cbc_decrypt() 395 ctx->key_enc, num_rounds(ctx), blocks, in ctr_encrypt() 412 ce_aes_ctr_encrypt(tail, NULL, ctx->key_enc, num_rounds(ct in ctr_encrypt() [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 57 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds() function 126 j = num_rounds(ctx); in ce_aes_expandkey() 180 ctx->key_enc, num_rounds(ctx), blocks); in ecb_encrypt() 200 ctx->key_dec, num_rounds(ctx), blocks); in ecb_decrypt() 218 ctx->key_enc, num_rounds(ctx), blocks, in cbc_encrypt_walk() 248 ctx->key_dec, num_rounds(ctx), blocks, in cbc_decrypt_walk() 318 ctx->key_enc, num_rounds(ctx), walk.nbytes, in cts_cbc_encrypt() 376 ctx->key_dec, num_rounds(ctx), walk.nbytes, in cts_cbc_decrypt() 395 ctx->key_enc, num_rounds(ctx), blocks, in ctr_encrypt() 412 ce_aes_ctr_encrypt(tail, NULL, ctx->key_enc, num_rounds(ct in ctr_encrypt() [all...] |