Home
last modified time | relevance | path

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

/fs/crypto/
Dkeysetup.c19 .cipher_str = "xts(aes)",
26 .cipher_str = "cts(cbc(aes))",
32 .cipher_str = "essiv(cbc(aes),sha256)",
39 .cipher_str = "cts(cbc(aes))",
45 .cipher_str = "adiantum(xchacha12,aes)",
75 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
80 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher()
84 mode->cipher_str, PTR_ERR(tfm)); in fscrypt_allocate_skcipher()
Dfscrypt_private.h562 const char *cipher_str; member
/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()