Home
last modified time | relevance | path

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

/fs/crypto/
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 …]
A Dfscrypt_private.h714 const char *cipher_str; member
/fs/ecryptfs/
A Dcrypto.c879 char cipher_str[16]; member
925 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string()
948 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()

Completed in 10 milliseconds