Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dkeysetup.c20 .cipher_str = "xts(aes)",
28 .cipher_str = "cts(cbc(aes))",
35 .cipher_str = "essiv(cbc(aes),sha256)",
43 .cipher_str = "cts(cbc(aes))",
50 .cipher_str = "xts(sm4)",
58 .cipher_str = "cts(cbc(sm4))",
65 .cipher_str = "adiantum(xchacha12,aes)",
73 .cipher_str = "hctr2(aes)",
107 tfm = crypto_alloc_sync_skcipher(mode->cipher_str, 0, in fscrypt_allocate_skcipher()
113 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher()
[all...]
H A Dfscrypt_private.h714 const char *cipher_str; member
/linux/block/
H A Dblk-crypto.c24 .cipher_str = "xts(aes)",
31 .cipher_str = "essiv(cbc(aes),sha256)",
38 .cipher_str = "adiantum(xchacha12,aes)",
45 .cipher_str = "xts(sm4)",
H A Dblk-crypto-fallback.c626 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode() local
649 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
654 cipher_str); in blk_crypto_fallback_start_using_mode()
H A Dblk-crypto-internal.h15 const char *cipher_str; /* crypto API name (for fallback case) */ member