Home
last modified time | relevance | path

Searched refs:RFC2440_CIPHER_AES_128 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Decryptfs.h40 #define RFC2440_CIPHER_AES_128 0x07 macro
/openbmc/linux/fs/ecryptfs/
H A Dcrypto.c885 {"aes",RFC2440_CIPHER_AES_128 },
912 code = RFC2440_CIPHER_AES_128; in ecryptfs_code_for_cipher_string()