Home
last modified time | relevance | path

Searched refs:aes_ops (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Daes_glue.c35 struct aes_ops { struct
53 struct aes_ops *ops;
129 static struct aes_ops aes128_ops = {
141 static struct aes_ops aes192_ops = {
153 static struct aes_ops aes256_ops = {
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Daes_glue.c35 struct aes_ops { struct
53 struct aes_ops *ops;
129 static struct aes_ops aes128_ops = {
141 static struct aes_ops aes192_ops = {
153 static struct aes_ops aes256_ops = {
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-aes-gcm.c158 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_gca()
230 atomic_inc(&(nx_ctx->stats->aes_ops)); in gmac()
289 atomic_inc(&(nx_ctx->stats->aes_ops)); in gcm_empty()
384 atomic_inc(&(nx_ctx->stats->aes_ops)); in gcm_aes_nx_crypt()
H A Dnx-aes-xcbc.c99 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_empty()
127 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_empty()
272 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_update()
353 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_final()
H A Dnx-aes-ccm.c267 atomic_inc(&(nx_ctx->stats->aes_ops)); in generate_pat()
315 atomic_inc(&(nx_ctx->stats->aes_ops)); in generate_pat()
393 atomic_inc(&(nx_ctx->stats->aes_ops)); in ccm_nx_decrypt()
462 atomic_inc(&(nx_ctx->stats->aes_ops)); in ccm_nx_encrypt()
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
41 root, &drv->stats.aes_ops.counter); in nx_debugfs_init()
H A Dnx-aes-cbc.c90 atomic_inc(&(nx_ctx->stats->aes_ops)); in cbc_aes_nx_crypt()
H A Dnx-aes-ecb.c88 atomic_inc(&(nx_ctx->stats->aes_ops)); in ecb_aes_nx_crypt()
H A Dnx.h62 atomic_t aes_ops; member
H A Dnx-aes-ctr.c104 atomic_inc(&(nx_ctx->stats->aes_ops)); in ctr_aes_nx_crypt()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-aes-gcm.c158 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_gca()
230 atomic_inc(&(nx_ctx->stats->aes_ops)); in gmac()
289 atomic_inc(&(nx_ctx->stats->aes_ops)); in gcm_empty()
384 atomic_inc(&(nx_ctx->stats->aes_ops)); in gcm_aes_nx_crypt()
H A Dnx-aes-xcbc.c99 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_empty()
127 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_empty()
272 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_update()
353 atomic_inc(&(nx_ctx->stats->aes_ops)); in nx_xcbc_final()
H A Dnx-aes-ccm.c264 atomic_inc(&(nx_ctx->stats->aes_ops)); in generate_pat()
312 atomic_inc(&(nx_ctx->stats->aes_ops)); in generate_pat()
390 atomic_inc(&(nx_ctx->stats->aes_ops)); in ccm_nx_decrypt()
459 atomic_inc(&(nx_ctx->stats->aes_ops)); in ccm_nx_encrypt()
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
41 root, &drv->stats.aes_ops.counter); in nx_debugfs_init()
H A Dnx-aes-ecb.c88 atomic_inc(&(nx_ctx->stats->aes_ops)); in ecb_aes_nx_crypt()
H A Dnx-aes-cbc.c90 atomic_inc(&(nx_ctx->stats->aes_ops)); in cbc_aes_nx_crypt()
H A Dnx-aes-ctr.c104 atomic_inc(&(nx_ctx->stats->aes_ops)); in ctr_aes_nx_crypt()
H A Dnx.h62 atomic_t aes_ops; member

Completed in 9 milliseconds