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.h708 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-internal.h15 const char *cipher_str; /* crypto API name (for fallback case) */ member
/linux/fs/ecryptfs/
H A Dcrypto.c807 char cipher_str[16]; member
853 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string()
876 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()