Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dkeysetup.c19 .cipher_str = "xts(aes)",
27 .cipher_str = "cts(cbc(aes))",
34 .cipher_str = "essiv(cbc(aes),sha256)",
42 .cipher_str = "cts(cbc(aes))",
49 .cipher_str = "xts(sm4)",
57 .cipher_str = "cts(cbc(sm4))",
64 .cipher_str = "adiantum(xchacha12,aes)",
72 .cipher_str = "hctr2(aes)",
106 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
111 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher()
[all …]
H A Dfscrypt_private.h588 const char *cipher_str; member
/openbmc/linux/block/
H A Dblk-crypto.c24 .cipher_str = "xts(aes)",
30 .cipher_str = "essiv(cbc(aes),sha256)",
36 .cipher_str = "adiantum(xchacha12,aes)",
42 .cipher_str = "xts(sm4)",
H A Dblk-crypto-fallback.c623 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode() local
646 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
651 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
/openbmc/linux/fs/ecryptfs/
H A Dcrypto.c876 char cipher_str[16]; member
922 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string()
945 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()