Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp351 int skip_flags);
503 int flags, int skip_flags) { in SetEncryptionPolicy() argument
528 if (errno == EINVAL && (skip_flags & kSkipIfNoPolicySupport)) { in SetEncryptionPolicy()
539 if (skip_flags & (kSkipIfNoCryptoAPISupport | kSkipIfNoHardwareSupport)) { in SetEncryptionPolicy()
547 if (errno == ENOPKG && (skip_flags & kSkipIfNoCryptoAPISupport)) { in SetEncryptionPolicy()
556 if (errno == EINVAL && (skip_flags & kSkipIfNoHardwareSupport)) { in SetEncryptionPolicy()