Searched refs:use_hw_wrapped_key (Results 1 – 7 of 7) sorted by relevance
37 bool use_hw_wrapped_key; member67 (lhs.use_hw_wrapped_key == rhs.use_hw_wrapped_key);
60 bool use_hw_wrapped_key = false; member80 return KeyGeneration{options.cipher.get_keysize(), true, options.use_hw_wrapped_key}; in makeGen()147 if (options.use_hw_wrapped_key) { in create_crypto_blk_dev()167 if (options.use_hw_wrapped_key) target->SetWrappedKeyV0(); in create_crypto_blk_dev()205 options->use_hw_wrapped_key = true; in parse_options()
37 bool use_hw_wrapped_key; member
55 if (gen.use_hw_wrapped_key) { in generateStorageKey()246 if (options.use_hw_wrapped_key) arg->__flags |= __FSCRYPT_ADD_KEY_FLAG_HW_WRAPPED; in installFsKeyringKey()
108 return KeyGeneration{FSCRYPT_MAX_KEY_SIZE, true, options.use_hw_wrapped_key}; in makeGen()258 if (options.use_hw_wrapped_key) { in install_storage_key()264 return installKey(mountpoint, options, options.use_hw_wrapped_key ? ephemeral_wrapped_key : key, in install_storage_key()
159 if (options.use_hw_wrapped_key) { in OptionsToStringForApiLevel()208 options->use_hw_wrapped_key = false; in ParseOptionsForApiLevel()221 options->use_hw_wrapped_key = true; in ParseOptionsForApiLevel()
195 foo_options.use_hw_wrapped_key = true; in TEST()203 TEST_INEQUALITY(foo, options.use_hw_wrapped_key, false); in TEST()