Home
last modified time | relevance | path

Searched refs:desc_in (Results 1 – 1 of 1) sorted by relevance

/arch/x86/crypto/
Dfpu.c43 static int crypto_fpu_encrypt(struct blkcipher_desc *desc_in, in crypto_fpu_encrypt() argument
48 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); in crypto_fpu_encrypt()
52 .info = desc_in->info, in crypto_fpu_encrypt()
53 .flags = desc_in->flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_fpu_encrypt()
62 static int crypto_fpu_decrypt(struct blkcipher_desc *desc_in, in crypto_fpu_decrypt() argument
67 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); in crypto_fpu_decrypt()
71 .info = desc_in->info, in crypto_fpu_decrypt()
72 .flags = desc_in->flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_fpu_decrypt()