Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dfcrypt.c53 struct fcrypt_ctx { struct
238 const struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm); in fcrypt_encrypt()
270 const struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm); in fcrypt_decrypt()
305 struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm); in fcrypt_setkey()
397 .cra_ctxsize = sizeof(struct fcrypt_ctx),
/kernel/linux/linux-6.6/crypto/
H A Dfcrypt.c53 struct fcrypt_ctx { struct
235 const struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm); in fcrypt_encrypt()
267 const struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm); in fcrypt_decrypt()
302 struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm); in fcrypt_setkey()
394 .cra_ctxsize = sizeof(struct fcrypt_ctx),

Completed in 2 milliseconds