Searched refs:cipher_str (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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))", 179 .cipher_str = "xts(speck128)", 184 .cipher_str = "cts(cbc(speck128))", 356 ctfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_get_encryption_info() 361 mode->cipher_str, inode->i_ino, res); in fscrypt_get_encryption_info()
|
/Linux-v4.19/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()
|