Home
last modified time | relevance | path

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

/linux-6.1.9/fs/crypto/
Dkeysetup.c602 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported) in fscrypt_get_encryption_info() argument
613 if (res == -ERANGE && allow_unsupported) in fscrypt_get_encryption_info()
621 if (allow_unsupported) in fscrypt_get_encryption_info()
629 if (allow_unsupported) in fscrypt_get_encryption_info()
639 if (res == -ENOPKG && allow_unsupported) /* Algorithm unavailable? */ in fscrypt_get_encryption_info()
Dfscrypt_private.h616 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported);