Home
last modified time | relevance | path

Searched defs:keyBlob (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V3-java-source/gen/android/hardware/security/keymint/
DIKeyMintDevice.java47 @Override public void deleteKey(byte[] keyBlob) throws android.os.RemoteException in deleteKey()
56 …lic android.hardware.security.keymint.BeginResult begin(int purpose, byte[] keyBlob, android.hardw… in begin()
70 …hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(byte[] keyBlob, byte[] appId,… in getKeyCharacteristics()
583 @Override public void deleteKey(byte[] keyBlob) throws android.os.RemoteException in deleteKey()
638 …lic android.hardware.security.keymint.BeginResult begin(int purpose, byte[] keyBlob, android.hardw… in begin()
723 …hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(byte[] keyBlob, byte[] appId,… in getKeyCharacteristics()
878 public void deleteKey(byte[] keyBlob) throws android.os.RemoteException; in deleteKey()
881 …public android.hardware.security.keymint.BeginResult begin(int purpose, byte[] keyBlob, android.ha… in begin()
885 …hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(byte[] keyBlob, byte[] appId,… in getKeyCharacteristics()
/aosp_15_r20/hardware/nxp/keymint/KM200/
DJavacardKeyMintDevice.cpp168 vector<uint8_t> keyBlob; in importWrappedKey() local
241 vector<uint8_t>* keyBlob) { in upgradeKey()
259 ScopedAStatus JavacardKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
288 ScopedAStatus JavacardKeyMintDevice::begin(KeyPurpose purpose, const std::vector<uint8_t>& keyBlob, in begin()
367 const std::vector<uint8_t>& keyBlob, const std::vector<uint8_t>& appId, in getKeyCharacteristics()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DJavacardKeyMintDevice.cpp168 vector<uint8_t> keyBlob; in importWrappedKey() local
245 vector<uint8_t>* keyBlob) { in upgradeKey()
266 ScopedAStatus JavacardKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
296 ScopedAStatus JavacardKeyMintDevice::begin(KeyPurpose purpose, const std::vector<uint8_t>& keyBlob, in begin()
361 const std::vector<uint8_t>& keyBlob, const std::vector<uint8_t>& appId, in getKeyCharacteristics()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DJavacardKeyMintDevice.cpp168 vector<uint8_t> keyBlob; in importWrappedKey() local
245 vector<uint8_t>* keyBlob) { in upgradeKey()
266 ScopedAStatus JavacardKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
296 ScopedAStatus JavacardKeyMintDevice::begin(KeyPurpose purpose, const std::vector<uint8_t>& keyBlob, in begin()
361 const std::vector<uint8_t>& keyBlob, const std::vector<uint8_t>& appId, in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster3.cpp160 Return<void> Keymaster3::getKeyCharacteristics(const hidl_vec<uint8_t>& keyBlob, in getKeyCharacteristics()
184 Return<void> Keymaster3::exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey()
217 Return<V4_0::ErrorCode> Keymaster3::deleteKey(const hidl_vec<uint8_t>& keyBlob) { in deleteKey()
/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp184 vector<uint8_t> keyBlob; in importWrappedKey() local
261 vector<uint8_t>* keyBlob) { in upgradeKey()
282 ScopedAStatus JavacardKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
312 ScopedAStatus JavacardKeyMintDevice::begin(KeyPurpose purpose, const std::vector<uint8_t>& keyBlob, in begin()
377 const std::vector<uint8_t>& keyBlob, const std::vector<uint8_t>& appId, in getKeyCharacteristics()
/aosp_15_r20/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp144 const vector<uint8_t>& keyBlob, in getKeyCharacteristics()
225 vector<uint8_t>* keyBlob) { in upgradeKey()
241 ScopedAStatus TrustyKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
268 ScopedAStatus TrustyKeyMintDevice::begin(KeyPurpose purpose, const vector<uint8_t>& keyBlob, in begin()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey()
47 …sult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlob, in android.… in begin()
51 …android.hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in… in getKeyCharacteristics()
/aosp_15_r20/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp370 vector<uint8_t>* keyBlob) { in upgradeKey()
387 ScopedAStatus AndroidKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
410 ScopedAStatus AndroidKeyMintDevice::begin(KeyPurpose purpose, const vector<uint8_t>& keyBlob, in begin()
463 const std::vector<uint8_t>& keyBlob, const std::vector<uint8_t>& appId, in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey()
47 …sult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlob, in android.… in begin()
51 …android.hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in… in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey()
47 …sult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlob, in android.… in begin()
51 …android.hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in… in getKeyCharacteristics()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint_interface/dump/android/hardware/security/keymint/
DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey()
47 …sult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlob, in android.… in begin()
51 …android.hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in… in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey()
47 …sult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlob, in android.… in begin()
51 …android.hardware.security.keymint.KeyCharacteristics[] getKeyCharacteristics(in byte[] keyBlob, in… in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl548 void deleteKey(in byte[] keyBlob); in deleteKey()
793 BeginResult begin(in KeyPurpose purpose, in byte[] keyBlob, in KeyParameter[] params, in begin()
883 in byte[] keyBlob, in byte[] appId, in byte[] appData); in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/fuzzer/
H A Dkeymaster4_attestation_fuzzer.cpp46 hidl_vec<uint8_t>* keyBlob, in generateKey()
59 ErrorCode KeyMaster4AttestationFuzzer::attestKey(hidl_vec<uint8_t>& keyBlob, in attestKey()
151 hidl_vec<uint8_t> keyBlob; in invokeAttestationRecord() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-cpp-source/gen/include/android/hardware/security/keymint/
DBnKeyMintDevice.h68 ::android::binder::Status deleteKey(const ::std::vector<uint8_t>& keyBlob) override { in deleteKey()
77 …td::vector<uint8_t>& keyBlob, const ::std::vector<::android::hardware::security::keymint::KeyParam… in begin()
89 …ector<uint8_t>& appId, const ::std::vector<uint8_t>& appData, ::std::vector<::android::hardware::s… in getKeyCharacteristics()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-cpp-source/gen/android/hardware/security/keymint/
DIKeyMintDevice.cpp299 ::android::binder::Status BpKeyMintDevice::deleteKey(const ::std::vector<uint8_t>& keyBlob) { in deleteKey()
396 …pose, const ::std::vector<uint8_t>& keyBlob, const ::std::vector<::android::hardware::security::ke… in begin()
556 … const ::std::vector<uint8_t>& appId, const ::std::vector<uint8_t>& appData, ::std::vector<::andro… in getKeyCharacteristics()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-cpp-source/gen/include/android/hardware/security/keymint/
DBnKeyMintDevice.h72 ::android::binder::Status deleteKey(const ::std::vector<uint8_t>& keyBlob) override { in deleteKey()
81 …td::vector<uint8_t>& keyBlob, const ::std::vector<::android::hardware::security::keymint::KeyParam… in begin()
93 …ector<uint8_t>& appId, const ::std::vector<uint8_t>& appData, ::std::vector<::android::hardware::s… in getKeyCharacteristics()
/aosp_15_r20/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h77 Return<void> getKeyCharacteristics(const hidl_vec<uint8_t>& keyBlob, in getKeyCharacteristics()
99 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey()
117 Return<V4_0::ErrorCode> deleteKey(const hidl_vec<uint8_t>& keyBlob) override { in deleteKey()
/aosp_15_r20/system/keymaster/ng/include/
H A DAndroidKeymaster41Device.h102 Return<void> getKeyCharacteristics(const hidl_vec<uint8_t>& keyBlob, in getKeyCharacteristics()
125 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey()
143 Return<ErrorCode> deleteKey(const hidl_vec<uint8_t>& keyBlob) override { in deleteKey()
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp92 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true)); in set() local
177 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in getFlattenedSize() local
203 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in flatten() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-cpp-source/gen/android/hardware/security/keymint/
DIKeyMintDevice.cpp299 ::android::binder::Status BpKeyMintDevice::deleteKey(const ::std::vector<uint8_t>& keyBlob) { in deleteKey()
396 …pose, const ::std::vector<uint8_t>& keyBlob, const ::std::vector<::android::hardware::security::ke… in begin()
556 … const ::std::vector<uint8_t>& appId, const ::std::vector<uint8_t>& appData, ::std::vector<::andro… in getKeyCharacteristics()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/keymaster/4.0/[email protected]_genc++/gen/android/hardware/keymaster/4.0/
DKeymasterDeviceAll.cpp1089 …:IInterface *_hidl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, … in _hidl_getKeyCharacteristics()
1217 …*_hidl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, ::android::h… in _hidl_exportKey()
1617 …_deleteKey(::android::hardware::IInterface *_hidl_this, ::android::hardware::details::HidlInstrume… in _hidl_deleteKey()
1816 …dl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, ::android::hardw… in _hidl_begin()
2486 …:hidl_vec<uint8_t>& keyBlob, const ::android::hardware::hidl_vec<uint8_t>& clientId, const ::andro… in getKeyCharacteristics()
2492 …KeyFormat keyFormat, const ::android::hardware::hidl_vec<uint8_t>& keyBlob, const ::android::hardw… in exportKey()
2510 …::ErrorCode> BpHwKeymasterDevice::deleteKey(const ::android::hardware::hidl_vec<uint8_t>& keyBlob){ in deleteKey()
2528 …urpose purpose, const ::android::hardware::hidl_vec<uint8_t>& keyBlob, const ::android::hardware::… in begin()
3582 const ::android::hardware::hidl_vec<uint8_t>* keyBlob; in _hidl_getKeyCharacteristics() local
3715 const ::android::hardware::hidl_vec<uint8_t>* keyBlob; in _hidl_exportKey() local
[all …]
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_device.cpp333 const vector<KeyParameter>& upgradeParams, vector<uint8_t>* keyBlob) { in upgradeKey()
349 ScopedAStatus RemoteKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()
373 KeyPurpose purpose, const vector<uint8_t>& keyBlob, in begin()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/keymaster/4.1/[email protected]_genc++/gen/android/hardware/keymaster/4.1/
DKeymasterDeviceAll.cpp351 …:hidl_vec<uint8_t>& keyBlob, const ::android::hardware::hidl_vec<uint8_t>& clientId, const ::andro… in getKeyCharacteristics()
357 …KeyFormat keyFormat, const ::android::hardware::hidl_vec<uint8_t>& keyBlob, const ::android::hardw… in exportKey()
375 …::ErrorCode> BpHwKeymasterDevice::deleteKey(const ::android::hardware::hidl_vec<uint8_t>& keyBlob){ in deleteKey()
393 …urpose purpose, const ::android::hardware::hidl_vec<uint8_t>& keyBlob, const ::android::hardware::… in begin()

12345