Lines Matching refs:cipher
826 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablk_dma_crypt() local
827 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablk_dma_crypt()
884 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablk_crypt() local
885 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablk_crypt()
944 static int aes_ablkcipher_setkey(struct crypto_ablkcipher *cipher, in aes_ablkcipher_setkey() argument
947 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in aes_ablkcipher_setkey()
948 u32 *flags = &cipher->base.crt_flags; in aes_ablkcipher_setkey()
979 static int des_ablkcipher_setkey(struct crypto_ablkcipher *cipher, in des_ablkcipher_setkey() argument
982 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in des_ablkcipher_setkey()
983 u32 *flags = &cipher->base.crt_flags; in des_ablkcipher_setkey()
1010 static int des3_ablkcipher_setkey(struct crypto_ablkcipher *cipher, in des3_ablkcipher_setkey() argument
1013 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in des3_ablkcipher_setkey()
1014 u32 *flags = &cipher->base.crt_flags; in des3_ablkcipher_setkey()
1055 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in cryp_blk_encrypt() local
1056 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in cryp_blk_encrypt()
1073 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in cryp_blk_decrypt() local
1074 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); in cryp_blk_decrypt()