Home
last modified time | relevance | path

Searched refs:allow_unsupported (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/crypto/
H A Dkeysetup.c621 * @allow_unsupported: if %true, treat an unsupported encryption policy (or
636 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported) in fscrypt_get_encryption_info() argument
647 if (res == -ERANGE && allow_unsupported) in fscrypt_get_encryption_info()
655 if (allow_unsupported) in fscrypt_get_encryption_info()
663 if (allow_unsupported) in fscrypt_get_encryption_info()
673 if (res == -ENOPKG && allow_unsupported) /* Algorithm unavailable? */ in fscrypt_get_encryption_info()
H A Dfscrypt_private.h614 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported);

Completed in 2 milliseconds