Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-crypto-fallback.c79 } *blk_crypto_keyslots; variable
94 struct blk_crypto_fallback_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_fallback_evict_keyslot()
112 struct blk_crypto_fallback_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_fallback_keyslot_program()
196 slotp = &blk_crypto_keyslots[keyslot_idx]; in blk_crypto_fallback_alloc_cipher_req()
576 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
577 sizeof(blk_crypto_keyslots[0]), in blk_crypto_fallback_init()
579 if (!blk_crypto_keyslots) in blk_crypto_fallback_init()
605 kfree(blk_crypto_keyslots); in blk_crypto_fallback_init()
646 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
672 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()