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

/linux-4.1.27/drivers/crypto/nx/
H A Dnx_debugfs.c52 debugfs_create_u32("aes_ops", nx_debugfs_init()
54 dfs->dfs_root, (u32 *)&drv->stats.aes_ops); nx_debugfs_init()
H A Dnx-aes-xcbc.c112 atomic_inc(&(nx_ctx->stats->aes_ops)); nx_xcbc_empty()
141 atomic_inc(&(nx_ctx->stats->aes_ops)); nx_xcbc_empty()
287 atomic_inc(&(nx_ctx->stats->aes_ops)); nx_xcbc_update()
369 atomic_inc(&(nx_ctx->stats->aes_ops)); nx_xcbc_final()
H A Dnx-aes-cbc.c103 atomic_inc(&(nx_ctx->stats->aes_ops)); cbc_aes_nx_crypt()
H A Dnx-aes-ccm.c282 atomic_inc(&(nx_ctx->stats->aes_ops)); generate_pat()
330 atomic_inc(&(nx_ctx->stats->aes_ops)); generate_pat()
408 atomic_inc(&(nx_ctx->stats->aes_ops)); ccm_nx_decrypt()
476 atomic_inc(&(nx_ctx->stats->aes_ops)); ccm_nx_encrypt()
H A Dnx-aes-ecb.c102 atomic_inc(&(nx_ctx->stats->aes_ops)); ecb_aes_nx_crypt()
H A Dnx-aes-gcm.c182 atomic_inc(&(nx_ctx->stats->aes_ops)); nx_gca()
253 atomic_inc(&(nx_ctx->stats->aes_ops)); gmac()
312 atomic_inc(&(nx_ctx->stats->aes_ops)); gcm_empty()
406 atomic_inc(&(nx_ctx->stats->aes_ops)); gcm_aes_nx_crypt()
H A Dnx-aes-ctr.c117 atomic_inc(&(nx_ctx->stats->aes_ops)); ctr_aes_nx_crypt()
H A Dnx.h64 atomic_t aes_ops; member in struct:nx_stats
/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c33 struct aes_ops { struct
51 struct aes_ops *ops;
127 static struct aes_ops aes128_ops = {
139 static struct aes_ops aes192_ops = {
151 static struct aes_ops aes256_ops = {

Completed in 77 milliseconds