Home
last modified time | relevance | path

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

/linux/include/linux/
H A Decryptfs.h41 #define RFC2440_CIPHER_AES_192 0x08 macro
/linux/fs/ecryptfs/
H A Dcrypto.c891 {"aes", RFC2440_CIPHER_AES_192},
915 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string()
H A Dkeystore.c1447 case RFC2440_CIPHER_AES_192: in parse_tag_3_packet()