Searched refs:blk_crypto_fallback_profile (Results 1 – 1 of 1) sorted by relevance
81 static struct blk_crypto_profile *blk_crypto_fallback_profile; variable361 status = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_encrypt_bio()430 status = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_decrypt_bio()500 if (!__blk_crypto_cfg_supported(blk_crypto_fallback_profile, in blk_crypto_fallback_bio_prep()530 return __blk_crypto_evict_key(blk_crypto_fallback_profile, key); in blk_crypto_fallback_evict_key()549 blk_crypto_fallback_profile = kzalloc_obj(*blk_crypto_fallback_profile); in blk_crypto_fallback_init()550 if (!blk_crypto_fallback_profile) { in blk_crypto_fallback_init()555 err = blk_crypto_profile_init(blk_crypto_fallback_profile, in blk_crypto_fallback_init()561 blk_crypto_fallback_profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()562 blk_crypto_fallback_profile->max_dun_bytes_supported = BLK_CRYPTO_MAX_IV_SIZE; in blk_crypto_fallback_init()[all …]