cipher_alg 22 crypto/cipher.c struct cipher_alg *cia = &tfm->__crt_alg->cra_cipher; cipher_alg 44 crypto/cipher.c struct cipher_alg *cia = &tfm->__crt_alg->cra_cipher; cipher_alg 78 crypto/cipher.c struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; cipher_alg 92 crypto/cipher.c struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; cipher_alg 105 crypto/cipher.c struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; cipher_alg 1174 crypto/skcipher.c struct crypto_alg *cipher_alg; cipher_alg 1191 crypto/skcipher.c cipher_alg = crypto_get_attr_alg(tb, CRYPTO_ALG_TYPE_CIPHER, mask); cipher_alg 1192 crypto/skcipher.c if (IS_ERR(cipher_alg)) cipher_alg 1193 crypto/skcipher.c return ERR_CAST(cipher_alg); cipher_alg 1203 crypto/skcipher.c cipher_alg); cipher_alg 1207 crypto/skcipher.c err = crypto_init_spawn(spawn, cipher_alg, cipher_alg 1215 crypto/skcipher.c inst->alg.base.cra_blocksize = cipher_alg->cra_blocksize; cipher_alg 1216 crypto/skcipher.c inst->alg.base.cra_alignmask = cipher_alg->cra_alignmask; cipher_alg 1217 crypto/skcipher.c inst->alg.base.cra_priority = cipher_alg->cra_priority; cipher_alg 1218 crypto/skcipher.c inst->alg.min_keysize = cipher_alg->cra_cipher.cia_min_keysize; cipher_alg 1219 crypto/skcipher.c inst->alg.max_keysize = cipher_alg->cra_cipher.cia_max_keysize; cipher_alg 1220 crypto/skcipher.c inst->alg.ivsize = cipher_alg->cra_blocksize; cipher_alg 1228 crypto/skcipher.c *cipher_alg_ret = cipher_alg; cipher_alg 1234 crypto/skcipher.c crypto_mod_put(cipher_alg); cipher_alg 42 drivers/crypto/amcc/crypto4xx_alg.c sa->sa_command_0.bf.cipher_alg = c; cipher_alg 99 drivers/crypto/amcc/crypto4xx_sa.h u32 cipher_alg:4; cipher_alg 4259 drivers/crypto/bcm/cipher.c struct iproc_alg_s *cipher_alg) cipher_alg 4267 drivers/crypto/bcm/cipher.c ctx->alg = cipher_alg; cipher_alg 4268 drivers/crypto/bcm/cipher.c ctx->cipher = cipher_alg->cipher_info; cipher_alg 4269 drivers/crypto/bcm/cipher.c ctx->auth = cipher_alg->auth_info; cipher_alg 4270 drivers/crypto/bcm/cipher.c ctx->auth_first = cipher_alg->auth_first; cipher_alg 4288 drivers/crypto/bcm/cipher.c struct iproc_alg_s *cipher_alg; cipher_alg 4294 drivers/crypto/bcm/cipher.c cipher_alg = container_of(alg, struct iproc_alg_s, alg.crypto); cipher_alg 4295 drivers/crypto/bcm/cipher.c return generic_cra_init(tfm, cipher_alg); cipher_alg 4302 drivers/crypto/bcm/cipher.c struct iproc_alg_s *cipher_alg; cipher_alg 4304 drivers/crypto/bcm/cipher.c cipher_alg = container_of(__crypto_ahash_alg(alg), struct iproc_alg_s, cipher_alg 4307 drivers/crypto/bcm/cipher.c err = generic_cra_init(tfm, cipher_alg); cipher_alg 4326 drivers/crypto/bcm/cipher.c struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, cipher_alg 4329 drivers/crypto/bcm/cipher.c int err = generic_cra_init(tfm, cipher_alg); cipher_alg 358 drivers/crypto/bcm/cipher.h u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg, cipher_alg 31 drivers/crypto/bcm/spu.c u32 cipher_alg; cipher_alg 76 drivers/crypto/bcm/spu.c cipher_alg = (cflags & CIPHER_ALG) >> CIPHER_ALG_SHIFT; cipher_alg 80 drivers/crypto/bcm/spu.c cipher_alg, cipher_mode, cipher_type); cipher_alg 213 drivers/crypto/bcm/spu.c if (cipher_alg) { cipher_alg 216 drivers/crypto/bcm/spu.c switch (cipher_alg) { cipher_alg 336 drivers/crypto/bcm/spu.c u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, cipher_alg 365 drivers/crypto/bcm/spu.c u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, cipher_alg 220 drivers/crypto/bcm/spu.h u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, cipher_alg 223 drivers/crypto/bcm/spu.h u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, cipher_alg 136 drivers/crypto/bcm/spu2.c static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, cipher_alg 150 drivers/crypto/bcm/spu2.c switch (cipher_alg) { cipher_alg 188 drivers/crypto/bcm/spu2.c cipher_alg, cipher_type); cipher_alg 781 drivers/crypto/bcm/spu2.c u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, cipher_alg 785 drivers/crypto/bcm/spu2.c if ((cipher_alg == CIPHER_ALG_AES) && cipher_alg 175 drivers/crypto/bcm/spu2.h u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, cipher_alg 150 drivers/crypto/hisilicon/sec/sec_algs.c ctx->cipher_alg = alg; cipher_alg 153 drivers/crypto/hisilicon/sec/sec_algs.c ctx->cipher_alg); cipher_alg 453 drivers/crypto/hisilicon/sec/sec_algs.c switch (ctx->cipher_alg) { cipher_alg 243 drivers/crypto/hisilicon/sec/sec_drv.h enum sec_cipher_alg cipher_alg; cipher_alg 317 include/crypto/algapi.h static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) cipher_alg 570 include/linux/crypto.h struct cipher_alg cipher;