Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeysetup.c649 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported) in fscrypt_get_encryption_info() argument
660 if (res == -ERANGE && allow_unsupported) in fscrypt_get_encryption_info()
668 if (allow_unsupported) in fscrypt_get_encryption_info()
676 if (allow_unsupported) in fscrypt_get_encryption_info()
686 if (res == -ENOPKG && allow_unsupported) /* Algorithm unavailable? */ in fscrypt_get_encryption_info()
H A Dfscrypt_private.h646 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported);