Searched refs:blk_crypto_modes (Results 1 – 4 of 4) sorted by relevance
21 const struct blk_crypto_mode blk_crypto_modes[] = { variable88 BUG_ON(blk_crypto_modes[i].keysize > in bio_crypt_ctx_init()90 BUG_ON(blk_crypto_modes[i].security_strength > in bio_crypt_ctx_init()91 blk_crypto_modes[i].keysize); in bio_crypt_ctx_init()92 BUG_ON(blk_crypto_modes[i].ivsize > BLK_CRYPTO_MAX_IV_SIZE); in bio_crypt_ctx_init()350 if (crypto_mode >= ARRAY_SIZE(blk_crypto_modes)) in blk_crypto_init_key()353 mode = &blk_crypto_modes[crypto_mode]; in blk_crypto_init_key()
201 attr->attr.name = blk_crypto_modes[i].name; in blk_crypto_sysfs_init()
21 extern const struct blk_crypto_mode blk_crypto_modes[];
102 blk_crypto_modes[crypto_mode].keysize); in blk_crypto_fallback_evict_keyslot()625 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode()