Lines Matching refs:alg
296 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode) in spu_alg_name() argument
298 switch (alg) { in spu_alg_name()
359 u32 alg; in spu_debugfs_read() local
386 for (alg = 0; alg < CIPHER_ALG_LAST; alg++) { in spu_debugfs_read()
388 op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]); in spu_debugfs_read()
393 spu_alg_name(alg, mode), op_cnt); in spu_debugfs_read()
400 for (alg = 0; alg < HASH_ALG_LAST; alg++) { in spu_debugfs_read()
401 op_cnt = atomic_read(&ipriv->hash_cnt[alg]); in spu_debugfs_read()
406 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
415 for (alg = 0; alg < HASH_ALG_LAST; alg++) { in spu_debugfs_read()
416 op_cnt = atomic_read(&ipriv->hmac_cnt[alg]); in spu_debugfs_read()
421 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
431 for (alg = 0; alg < AEAD_TYPE_LAST; alg++) { in spu_debugfs_read()
432 op_cnt = atomic_read(&ipriv->aead_cnt[alg]); in spu_debugfs_read()
437 aead_alg_name[alg], op_cnt); in spu_debugfs_read()