Lines Matching defs:cipher
82 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req);
83 struct aspeed_cipher_ctx *ctx = crypto_skcipher_ctx(cipher);
175 "cipher addr", crypto_engine->cipher_addr);
198 "cipher addr", crypto_engine->cipher_addr);
366 struct crypto_skcipher *cipher;
374 cipher = crypto_skcipher_reqtfm(req);
375 ctx = crypto_skcipher_ctx(cipher);
409 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req);
410 struct aspeed_cipher_ctx *ctx = crypto_skcipher_ctx(cipher);
428 static int aspeed_des_setkey(struct crypto_skcipher *cipher, const u8 *key,
431 struct aspeed_cipher_ctx *ctx = crypto_skcipher_ctx(cipher);
432 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
458 crypto_skcipher_set_flags(ctx->fallback_tfm, cipher->base.crt_flags &
587 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req);
588 struct aspeed_cipher_ctx *ctx = crypto_skcipher_ctx(cipher);
622 static int aspeed_aes_setkey(struct crypto_skcipher *cipher, const u8 *key,
625 struct aspeed_cipher_ctx *ctx = crypto_skcipher_ctx(cipher);
646 crypto_skcipher_set_flags(ctx->fallback_tfm, cipher->base.crt_flags &