Home
last modified time | relevance | path

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

/Linux-v6.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()
195 slotp = &blk_crypto_keyslots[keyslot_idx]; in blk_crypto_fallback_alloc_cipher_req()
567 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
568 sizeof(blk_crypto_keyslots[0]), in blk_crypto_fallback_init()
570 if (!blk_crypto_keyslots) in blk_crypto_fallback_init()
596 kfree(blk_crypto_keyslots); in blk_crypto_fallback_init()
635 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
661 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()