Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Decryptfs.h41 #define RFC2440_CIPHER_AES_192 0x08 macro
/linux-4.19.296/fs/ecryptfs/
Dcrypto.c950 {"aes", RFC2440_CIPHER_AES_192},
974 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string()
Dkeystore.c1458 case RFC2440_CIPHER_AES_192: in parse_tag_3_packet()