Lines Matching defs:reference
214 /* Took first reference to this slot; remove it from LRU list */
320 * blk_crypto_put_keyslot() - Release a reference to a keyslot
321 * @slot: The keyslot to release the reference of
498 * the crypto capabilities that @reference does.
500 * @reference: the reference profile
502 * Return: %true if @target supports all the crypto capabilities of @reference.
505 const struct blk_crypto_profile *reference)
509 if (!reference)
516 if (reference->modes_supported[i] & ~target->modes_supported[i])
520 if (reference->max_dun_bytes_supported >