Home
last modified time | relevance | path

Searched refs:fscrypt_err (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/crypto/
Dfname.c74 fscrypt_err(inode, "Filename encryption failed: %d", res); in fname_encrypt()
118 fscrypt_err(inode, "Filename decryption failed: %d", res); in fname_decrypt()
Dhkdf.c76 fscrypt_err(NULL, "Error allocating " HKDF_HMAC_ALG ": %ld", in fscrypt_init_hkdf()
Dkeysetup.c85 fscrypt_err(inode, "Error allocating '%s' transform: %ld", in fscrypt_allocate_skcipher()
129 fscrypt_err(NULL, in derive_essiv_salt()
Dfscrypt_private.h248 #define fscrypt_err(inode, fmt, ...) \ macro
Dcrypto.c191 fscrypt_err(inode, "%scryption failed for block %llu: %d", in fscrypt_crypt_block()