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

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

Completed in 40 milliseconds