Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Dfpu.c23 struct crypto_fpu_ctx { struct
30 struct crypto_fpu_ctx *ctx = crypto_tfm_ctx(parent); in crypto_fpu_setkey() argument
48 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); in crypto_fpu_encrypt()
67 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); in crypto_fpu_decrypt()
85 struct crypto_fpu_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_fpu_init_tfm()
98 struct crypto_fpu_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_fpu_exit_tfm()
129 inst->alg.cra_ctxsize = sizeof(struct crypto_fpu_ctx); in crypto_fpu_alloc()