Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-crypto-fallback.c81 static struct blk_crypto_profile *blk_crypto_fallback_profile; variable
295 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_encrypt_bio()
398 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_decrypt_bio()
502 if (!__blk_crypto_cfg_supported(blk_crypto_fallback_profile, in blk_crypto_fallback_bio_prep()
548 blk_crypto_fallback_profile = in blk_crypto_fallback_init()
549 kzalloc(sizeof(*blk_crypto_fallback_profile), GFP_KERNEL); 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()
566 blk_crypto_fallback_profile->modes_supported[i] = 0xFFFFFFFF; in blk_crypto_fallback_init()
608 blk_crypto_profile_destroy(blk_crypto_fallback_profile); in blk_crypto_fallback_init()
[all …]