Home
last modified time | relevance | path

Searched defs:FSCRYPT_FILE_NONCE_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/crypto/
H A Dkeysetup_v1.c48 const u8 nonce[FSCRYPT_FILE_NONCE_SIZE], in derive_key_aes()
H A Dkeysetup.c557 const u8 nonce[FSCRYPT_FILE_NONCE_SIZE], in fscrypt_setup_encryption_info()
H A Dpolicy.c327 const u8 nonce[FSCRYPT_FILE_NONCE_SIZE]) in fscrypt_new_context()
H A Dfscrypt_private.h21 #define FSCRYPT_FILE_NONCE_SIZE 16 macro