Searched refs:cipher_str (Results 1 – 3 of 3) sorted by relevance
23 .cipher_str = "xts(aes)",28 .cipher_str = "essiv(cbc(aes),sha256)",33 .cipher_str = "adiantum(xchacha12,aes)",
605 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode() local628 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()633 cipher_str); in blk_crypto_fallback_start_using_mode()
14 const char *cipher_str; /* crypto API name (for fallback case) */ member