Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-crypto-fallback.c78 } *blk_crypto_keyslots; variable
93 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_evict_keyslot()
110 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_keyslot_program()
197 slotp = &blk_crypto_keyslots[keyslot_idx]; in blk_crypto_alloc_cipher_req()
566 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
567 sizeof(blk_crypto_keyslots[0]), in blk_crypto_fallback_init()
569 if (!blk_crypto_keyslots) in blk_crypto_fallback_init()
595 kfree(blk_crypto_keyslots); in blk_crypto_fallback_init()
634 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
660 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()