Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Decryptfs.h40 #define RFC2440_CIPHER_AES_192 0x08 macro
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c974 {"aes", RFC2440_CIPHER_AES_192},
998 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string()
Dkeystore.c1463 case RFC2440_CIPHER_AES_192: in parse_tag_3_packet()