Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A 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()
575 blk_crypto_keyslots = kcalloc(blk_crypto_num_keyslots, in blk_crypto_fallback_init()
576 sizeof(blk_crypto_keyslots[0]), in blk_crypto_fallback_init()
578 if (!blk_crypto_keyslots) in blk_crypto_fallback_init()
604 kfree(blk_crypto_keyslots); in blk_crypto_fallback_init()
645 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
671 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()