Home
last modified time | relevance | path

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

/block/
Dblk-crypto-fallback.c78 } *blk_crypto_keyslots; variable
92 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_evict_keyslot()
109 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_keyslot_program()
196 slotp = &blk_crypto_keyslots[keyslot_idx]; in blk_crypto_alloc_cipher_req()
561 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
562 sizeof(blk_crypto_keyslots[0]), in blk_crypto_fallback_init()
564 if (!blk_crypto_keyslots) in blk_crypto_fallback_init()
590 kfree(blk_crypto_keyslots); in blk_crypto_fallback_init()
627 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
653 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()