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
599 * the crypto capabilities that @reference does.
601 * @reference: the reference profile
603 * Return: %true if @target supports all the crypto capabilities of @reference.
606 const struct blk_crypto_profile *reference)
610 if (!reference)
617 if (reference->modes_supported[i] & ~target->modes_supported[i])
621 if (reference->max_dun_bytes_supported >
625 if (reference->key_types_supported & ~target->key_types_supported)