Lines Matching full:fallback
10 #define pr_fmt(fmt) "blk-crypto-fallback: " fmt
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…
256 * The crypto API fallback's encryption routine.
293 * Get a blk-crypto-fallback keyslot that contains a crypto_skcipher for in blk_crypto_fallback_encrypt_bio()
374 * The crypto API fallback's main decryption routine.
396 * Get a blk-crypto-fallback keyslot that contains a crypto_skcipher for in blk_crypto_fallback_decrypt_bio()
445 * blk_crypto_fallback_decrypt_endio - queue bio for fallback decryption
472 * blk_crypto_fallback_bio_prep - Prepare a bio to use fallback en/decryption
565 /* All blk-crypto modes have a crypto API fallback. */ in blk_crypto_fallback_init()
619 * Prepare blk-crypto-fallback for the specified crypto mode.