Searched refs:cipher_str (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/crypto/ |
D | keyinfo.c | 153 const char *cipher_str; member 159 .cipher_str = "xts(aes)", 164 .cipher_str = "cts(cbc(aes))", 169 .cipher_str = "cbc(aes)", 174 .cipher_str = "cts(cbc(aes))", 346 ctfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_get_encryption_info() 351 mode->cipher_str, inode->i_ino, res); in fscrypt_get_encryption_info()
|
/linux-4.19.296/fs/ecryptfs/ |
D | crypto.c | 935 char cipher_str[16]; member 981 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string() 1004 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()
|