Lines Matching full:fallback
10 #define pr_fmt(fmt) "blk-crypto-fallback: " fmt
27 "Number of preallocated bounce pages for the blk-crypto crypto API fallback");
32 "Number of keyslots for the blk-crypto crypto API fallback");
37 …"Number of preallocated bio fallback crypto contexts for blk-crypto to use during crypto API fallb…
137 * The crypto API fallback KSM ops - only used for a bio when it specifies a
253 * The crypto API fallback's encryption routine.
290 * Use the crypto API fallback keyslot manager to get a crypto_skcipher in blk_crypto_fallback_encrypt_bio()
370 * The crypto API fallback's main decryption routine.
392 * Use the crypto API fallback keyslot manager to get a crypto_skcipher in blk_crypto_fallback_decrypt_bio()
440 * blk_crypto_fallback_decrypt_endio - queue bio for fallback decryption
467 * blk_crypto_fallback_bio_prep - Prepare a bio to use fallback en/decryption
547 /* All blk-crypto modes have a crypto API fallback. */ in blk_crypto_fallback_init()
597 * Prepare blk-crypto-fallback for the specified crypto mode.