Lines Matching full:crypto
10 #define pr_fmt(fmt) "blk-crypto-fallback: " fmt
12 #include <crypto/skcipher.h>
13 #include <linux/blk-crypto.h>
14 #include <linux/blk-crypto-profile.h>
16 #include <linux/crypto.h>
23 #include "blk-crypto-internal.h"
28 "Number of preallocated bounce pages for the blk-crypto crypto API fallback");
33 "Number of keyslots for the blk-crypto crypto API fallback");
38 …"Number of preallocated bio fallback crypto contexts for blk-crypto to use during crypto API fallb…
65 * Allocating a crypto tfm during I/O can deadlock, so we have to preallocate
349 * The crypto API fallback's encryption routine.
352 * crypto API, and submit the encrypted bios. Sets bio->bi_status and
417 * The crypto API fallback's main decryption routine.
484 * blk-crypto are not currently supported together).
565 /* All blk-crypto modes have a crypto API fallback. */ in blk_crypto_fallback_init()
618 * Prepare blk-crypto-fallback for the specified crypto mode.
619 * Returns -ENOPKG if the needed crypto API support is missing.
651 pr_warn_once("Missing crypto API support for \"%s\"\n", in blk_crypto_fallback_start_using_mode()