Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Decryptfs.h41 #define RFC2440_CIPHER_AES_192 0x08 macro
/Linux-v5.4/fs/ecryptfs/
Dcrypto.c933 {"aes", RFC2440_CIPHER_AES_192},
957 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string()
Dkeystore.c1444 case RFC2440_CIPHER_AES_192: in parse_tag_3_packet()