Home
last modified time | relevance | path

Searched refs:KeyCreationResult (Results 1 – 19 of 19) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h46 KeyCreationResult* creationResult) override;
56 KeyCreationResult* creationResult) override;
63 KeyCreationResult* creationResult) override;
/system/keymaster/ng/include/
DAndroidKeyMintDevice.h47 KeyCreationResult* creationResult) override;
52 KeyCreationResult* creationResult) override;
59 KeyCreationResult* creationResult) override;
/system/keymint/hal/src/
Dkeymint.rs96 ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> { in generateKey() argument
116 ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> { in importKey() argument
140 ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> { in importWrappedKey() argument
Dhal.rs168 impl Fromm<wire::keymint::KeyCreationResult> for keymint::KeyCreationResult::KeyCreationResult { implementation
169 fn fromm(val: wire::keymint::KeyCreationResult) -> Self { in fromm()
/system/security/keystore2/src/km_compat/
Dslot_test.cpp49 KeyCreationResult creationResult; in generateAESKey()
70 KeyCreationResult creationResult; in generateECSingingKey()
105 KeyCreationResult creationResult; in generateAndBeginECDHKeyOperation()
223 KeyCreationResult creationResult; in TEST()
Dkm_compat.h36 using ::aidl::android::hardware::security::keymint::KeyCreationResult;
107 KeyCreationResult* out_creationResult) override;
111 KeyCreationResult* out_creationResult) override;
117 KeyCreationResult* out_creationResult) override;
Dlib.rs33 ErrorCode::ErrorCode, IKeyMintDevice::IKeyMintDevice, KeyCreationResult::KeyCreationResult,
74 fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult { in generate_key() argument
Dcertificate_test.cpp66 KeyCreationResult creationResult; in getCertificate()
Dkm_compat.cpp446 KeyCreationResult* out_creationResult) { in generateKey()
504 KeyCreationResult* out_creationResult) { in importKey()
565 KeyCreationResult* out_creationResult) { in importWrappedKey()
/system/security/keystore2/src/
Draw_device.rs32 KeyCreationResult::KeyCreationResult, KeyParameter::KeyParameter, KeyPurpose::KeyPurpose,
114 F: FnOnce(&Strong<dyn IKeyMintDevice>) -> Result<KeyCreationResult, binder::Status>, in create_and_store_key() argument
Dkm_compat.rs26 KeyCreationResult::KeyCreationResult, KeyFormat::KeyFormat,
207 ) -> binder::Result<KeyCreationResult> { in generateKey() argument
222 ) -> binder::Result<KeyCreationResult> { in importKey() argument
240 ) -> binder::Result<KeyCreationResult> { in importWrappedKey() argument
Dsecurity_level.rs50 KeyCreationResult::KeyCreationResult, KeyFormat::KeyFormat,
118 creation_result: KeyCreationResult, in store_new_key() argument
122 let KeyCreationResult { in store_new_key() localVariable
/system/keymint/common/
Dgenerated.cddl272 KeyCreationResult = [
421 ret: KeyCreationResult,
430 ret: KeyCreationResult,
441 ret: KeyCreationResult,
/system/keymint/ta/src/
Dkeys.rs16 KeyCreationResult, KeyFormat, KeyOrigin, KeyParam, KeyPurpose, SecurityLevel,
235 ) -> Result<KeyCreationResult, Error> { in generate_key() argument
289 ) -> Result<KeyCreationResult, Error> { in import_key() argument
328 ) -> Result<KeyCreationResult, Error> { in finish_keyblob_creation() argument
477 Ok(KeyCreationResult { in finish_keyblob_creation()
492 ) -> Result<KeyCreationResult, Error> { in import_wrapped_key() argument
/system/keymint/wire/src/
Dtypes.rs2 AttestationKey, HardwareAuthToken, KeyCharacteristics, KeyCreationResult, KeyFormat,
89 pub ret: KeyCreationResult,
100 pub ret: KeyCreationResult,
113 pub ret: KeyCreationResult,
Dkeymint.rs286 pub struct KeyCreationResult { struct
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp120 KeyCreationResult* creationResult) { in generateKey()
165 KeyCreationResult* creationResult) { in importKey()
199 KeyCreationResult* creationResult) { in importWrappedKey()
/system/keymint/common/src/bin/
Dcddl-dump.rs44 show_schema::<KeyCreationResult>(); in main()
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp269 KeyCreationResult* creationResult) { in generateKey()
307 KeyCreationResult* creationResult) { in importKey()
342 KeyCreationResult* creationResult) { in importWrappedKey()