Searched refs:unwrap (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/ |
D | android_keymaster_test_utils.cpp | 740 static const keymaster1_device_t* unwrap(const keymaster1_device_t* dev) { in unwrap() function in keymaster::test::Sha256OnlyWrapper 747 return unwrap(dev)->get_supported_algorithms(unwrap(dev), algorithms, algorithms_length); in get_supported_algorithms() 754 return unwrap(dev)->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_block_modes() 762 return unwrap(dev)->get_supported_padding_modes(unwrap(dev), algorithm, purpose, modes, in get_supported_padding_modes() 771 keymaster_error_t error = unwrap(dev)->get_supported_digests( in get_supported_digests() 772 unwrap(dev), algorithm, purpose, digests, digests_length); in get_supported_digests() 793 return unwrap(dev)->get_supported_import_formats(unwrap(dev), algorithm, formats, in get_supported_import_formats() 800 return unwrap(dev)->get_supported_export_formats(unwrap(dev), algorithm, formats, in get_supported_export_formats() 805 return unwrap(dev)->add_rng_entropy(unwrap(dev), data, data_length); in add_rng_entropy() 818 return unwrap(dev)->generate_key(unwrap(dev), params, key_blob, characteristics); in generate_key() [all …]
|