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

/linux-master/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH,
41 root, &drv->stats.aes_ops.counter);
H A Dnx-aes-xcbc.c99 atomic_inc(&(nx_ctx->stats->aes_ops));
127 atomic_inc(&(nx_ctx->stats->aes_ops));
272 atomic_inc(&(nx_ctx->stats->aes_ops));
353 atomic_inc(&(nx_ctx->stats->aes_ops));
H A Dnx-aes-cbc.c90 atomic_inc(&(nx_ctx->stats->aes_ops));
H A Dnx-aes-ecb.c88 atomic_inc(&(nx_ctx->stats->aes_ops));
H A Dnx-aes-gcm.c158 atomic_inc(&(nx_ctx->stats->aes_ops));
230 atomic_inc(&(nx_ctx->stats->aes_ops));
289 atomic_inc(&(nx_ctx->stats->aes_ops));
384 atomic_inc(&(nx_ctx->stats->aes_ops));
H A Dnx-aes-ctr.c104 atomic_inc(&(nx_ctx->stats->aes_ops));
H A Dnx-aes-ccm.c264 atomic_inc(&(nx_ctx->stats->aes_ops));
312 atomic_inc(&(nx_ctx->stats->aes_ops));
390 atomic_inc(&(nx_ctx->stats->aes_ops));
459 atomic_inc(&(nx_ctx->stats->aes_ops));
H A Dnx.h62 atomic_t aes_ops; member in struct:nx_stats
/linux-master/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 = {

Completed in 127 milliseconds