Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-crypto-fallback.c81 static struct blk_crypto_profile blk_crypto_fallback_profile; variable
295 blk_st = blk_crypto_get_keyslot(&blk_crypto_fallback_profile, in blk_crypto_fallback_encrypt_bio()
398 blk_st = blk_crypto_get_keyslot(&blk_crypto_fallback_profile, in blk_crypto_fallback_decrypt_bio()
502 if (!__blk_crypto_cfg_supported(&blk_crypto_fallback_profile, in blk_crypto_fallback_bio_prep()
529 return __blk_crypto_evict_key(&blk_crypto_fallback_profile, key); in blk_crypto_fallback_evict_key()
537 struct blk_crypto_profile *profile = &blk_crypto_fallback_profile; in blk_crypto_fallback_init()