Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dfpu.c22 struct crypto_fpu_ctx { struct
29 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_fpu_setkey() argument
45 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_encrypt()
66 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_decrypt()
87 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_init_tfm()
103 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_exit_tfm()
166 inst->alg.base.cra_ctxsize = sizeof(struct crypto_fpu_ctx); in crypto_fpu_create()