Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.cpp733 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/
Ddynamic_vector.h261 void unwrap();
Ddynamic_vector_impl.h273 void DynamicVector<ElementType>::unwrap() { in unwrap() function
/system/chre/util/tests/
Ddynamic_vector_test.cc775 vec.unwrap(); in TEST()