Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dkeysetup.c23 .cipher_str = "xts(aes)",
29 .cipher_str = "cts(cbc(aes))",
35 .cipher_str = "cbc(aes)",
42 .cipher_str = "cts(cbc(aes))",
48 .cipher_str = "adiantum(xchacha12,aes)",
77 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
82 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher()
86 mode->cipher_str, PTR_ERR(tfm)); in fscrypt_allocate_skcipher()
Dfscrypt_private.h443 const char *cipher_str; member
/Linux-v5.4/fs/ecryptfs/
Dcrypto.c918 char cipher_str[16]; member
964 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string()
987 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()