• Home
  • Raw
  • Download

Lines Matching refs:slot

91 static void blk_crypto_fallback_evict_keyslot(unsigned int slot)  in blk_crypto_fallback_evict_keyslot()  argument
93 struct blk_crypto_fallback_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_fallback_evict_keyslot()
109 unsigned int slot) in blk_crypto_fallback_keyslot_program() argument
111 struct blk_crypto_fallback_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_fallback_keyslot_program()
118 blk_crypto_fallback_evict_keyslot(slot); in blk_crypto_fallback_keyslot_program()
124 blk_crypto_fallback_evict_keyslot(slot); in blk_crypto_fallback_keyslot_program()
132 unsigned int slot) in blk_crypto_fallback_keyslot_evict() argument
134 blk_crypto_fallback_evict_keyslot(slot); in blk_crypto_fallback_keyslot_evict()
188 blk_crypto_fallback_alloc_cipher_req(struct blk_crypto_keyslot *slot, in blk_crypto_fallback_alloc_cipher_req() argument
194 int keyslot_idx = blk_crypto_keyslot_index(slot); in blk_crypto_fallback_alloc_cipher_req()
266 struct blk_crypto_keyslot *slot; in blk_crypto_fallback_encrypt_bio() local
297 bc->bc_key, &slot); in blk_crypto_fallback_encrypt_bio()
304 if (!blk_crypto_fallback_alloc_cipher_req(slot, &ciph_req, &wait)) { in blk_crypto_fallback_encrypt_bio()
365 blk_crypto_put_keyslot(slot); in blk_crypto_fallback_encrypt_bio()
383 struct blk_crypto_keyslot *slot; in blk_crypto_fallback_decrypt_bio() local
400 bc->bc_key, &slot); in blk_crypto_fallback_decrypt_bio()
407 if (!blk_crypto_fallback_alloc_cipher_req(slot, &ciph_req, &wait)) { in blk_crypto_fallback_decrypt_bio()
438 blk_crypto_put_keyslot(slot); in blk_crypto_fallback_decrypt_bio()