Searched refs:unwrap (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/ |
D | android_keymaster_test_utils.cpp | 733 static const keymaster1_device_t* unwrap(const keymaster1_device_t* dev) { in unwrap() function in keymaster::test::Sha256OnlyWrapper 740 return unwrap(dev)->get_supported_algorithms(unwrap(dev), algorithms, algorithms_length); in get_supported_algorithms() 747 return unwrap(dev)->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_block_modes() 755 return unwrap(dev)->get_supported_padding_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_padding_modes() 764 keymaster_error_t error = unwrap(dev)->get_supported_digests( in get_supported_digests() 765 unwrap(dev), algorithm, purpose, digests, digests_length); in get_supported_digests() 786 return unwrap(dev)->get_supported_import_formats(unwrap(dev), algorithm, formats, in get_supported_import_formats() 793 return unwrap(dev)->get_supported_export_formats(unwrap(dev), algorithm, formats, in get_supported_export_formats() 798 return unwrap(dev)->add_rng_entropy(unwrap(dev), data, data_length); in add_rng_entropy() 811 return unwrap(dev)->generate_key(unwrap(dev), params, key_blob, characteristics); in generate_key() [all …]
|
/system/chre/util/include/chre/util/ |
D | dynamic_vector.h | 261 void unwrap();
|
D | dynamic_vector_impl.h | 273 void DynamicVector<ElementType>::unwrap() { in unwrap() function
|
/system/chre/util/tests/ |
D | dynamic_vector_test.cc | 775 vec.unwrap(); in TEST()
|