Searched defs:wrapped_key (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/keymaster/km_openssl/ |
H A D | wrapped_key.cpp | 45 UniquePtr<KM_WRAPPED_KEY, KM_WRAPPED_KEY_Delete> wrapped_key(KM_WRAPPED_KEY_new()); in build_wrapped_key() local 81 keymaster_error_t parse_wrapped_key(const KeymasterKeyBlob& wrapped_key, KeymasterBlob* iv, in parse_wrapped_key()
|
/aosp12/system/keymaster/tests/ |
H A D | wrapped_key_test.cpp | 107 KeymasterKeyBlob wrapped_key = {reinterpret_cast<const uint8_t*>(test_wrapped_key.c_str()), in TEST() local
|
H A D | android_keymaster_test.cpp | 1563 auto wrapped_key = hex2str( variable
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintAidlTestBase.h | 106 ErrorCode ImportWrappedKey(string wrapped_key, string wrapping_key, in ImportWrappedKey()
|
H A D | KeyMintAidlTestBase.cpp | 314 ErrorCode KeyMintAidlTestBase::ImportWrappedKey(string wrapped_key, string wrapping_key, in ImportWrappedKey()
|
H A D | KeyMintTest.cpp | 3490 auto wrapped_key = hex2str( variable
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | KeymasterHidlTest.cpp | 124 ErrorCode KeymasterHidlTest::ImportWrappedKey(string wrapped_key, string wrapping_key, in ImportWrappedKey()
|
H A D | keymaster_hidl_hal_test.cpp | 2230 auto wrapped_key = hex2str( variable
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 862 KeymasterKeyBlob wrapped_key; member
|