HomeSort by relevance Sort by last modified time
    Searched refs:masking_key (Results 1 - 16 of 16) sorted by null

  /system/keymaster/include/keymaster/
keymaster_context.h 143 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
android_keymaster_messages.h 791 KeymasterKeyBlob masking_key; member in struct:keymaster::ImportWrappedKeyRequest
    [all...]
  /system/keymaster/include/keymaster/contexts/
keymaster2_passthrough_context.h 108 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
keymaster1_passthrough_context.h 122 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
pure_soft_keymaster_context.h 89 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
soft_keymaster_context.h 89 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
  /external/nos/host/android/hals/keymaster/test/
import_wrapped_key_test.cpp 159 const hidl_vec<uint8_t>& masking_key)
168 masking_key_(masking_key) {
254 (const uint8_t *)request.masking_key().data(),
255 request.masking_key().size())) {
305 const hidl_vec<uint8_t>& masking_key) {
310 wrapping_key_blob, masking_key));
331 hidl_vec<uint8_t> masking_key; local
332 masking_key.setToExternal(
370 masking_key), _))
381 masking_key,
    [all...]
  /system/keymaster/contexts/
pure_soft_keymaster_context.cpp 264 const AuthorizationSet& /* wrapping_key_params */, const KeymasterKeyBlob& masking_key,
322 if (key_material.key_material_size != masking_key.key_material_size) {
326 key_material.writable_data()[i] ^= masking_key.key_material[i];
  /external/nos/test/system-test-harness/src/
keymaster-import-wrapped-key-tests.cc 205 const uint8_t masking_key[32] = {}; local
242 request.set_masking_key(masking_key, sizeof(masking_key));
  /system/keymaster/android_keymaster/
android_keymaster_messages.cpp 637 sizeof(uint32_t) /* masking_key_data_length */ + masking_key.key_material_size +
644 serialize_key_blob(masking_key, buf, end);
653 deserialize_key_blob(&masking_key, buf_ptr, end) &&
668 set_key_blob(&masking_key, key_material, length);
android_keymaster.cpp 495 request.masking_key, &key_description, &key_format, &secret_key);
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster.proto 308 bytes masking_key = 9; // Fixed sized array.
  /hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.h 119 const AuthorizationSet& wrapping_key_desc, string masking_key,
KeymasterHidlTest.cpp 143 string masking_key,
148 ->importWrappedKey(HidlBuf(wrapped_key), key_blob_, HidlBuf(masking_key),
keymaster_hidl_hal_test.cpp 1894 string masking_key = hex2str("D796B02C370F1FA4CC0124F14EC8CBEBE987E825246265050F399A51FD477DFC"); member in namespace:android::hardware::keymaster::V4_0::test
    [all...]
  /system/keymaster/tests/
android_keymaster_test.cpp 1865 string masking_key = hex2str("D796B02C370F1FA4CC0124F14EC8CBEBE987E825246265050F399A51FD477DFC"); member in namespace:keymaster::test
    [all...]

Completed in 102 milliseconds