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.rs111 ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> { in generateKey() argument
131 ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> { in importKey() argument
155 ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> { in importWrappedKey() argument
Dhal.rs206 impl Fromm<wire::keymint::KeyCreationResult> for keymint::KeyCreationResult::KeyCreationResult { implementation
207 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.rs34 ErrorCode::ErrorCode, IKeyMintDevice::IKeyMintDevice, KeyCreationResult::KeyCreationResult,
75 fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult { in generate_key() argument
Dcertificate_test.cpp66 KeyCreationResult creationResult; in getCertificate()
Dkm_compat.cpp461 KeyCreationResult* out_creationResult) { in generateKey()
519 KeyCreationResult* out_creationResult) { in importKey()
580 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,
226 ) -> binder::Result<KeyCreationResult> { in generateKey() argument
241 ) -> binder::Result<KeyCreationResult> { in importKey() argument
259 ) -> binder::Result<KeyCreationResult> { in importWrappedKey() argument
Dsecurity_level.rs53 KeyCreationResult::KeyCreationResult, KeyFormat::KeyFormat,
125 creation_result: KeyCreationResult, in store_new_key() argument
129 let KeyCreationResult { in store_new_key() localVariable
/system/keymint/common/
Dgenerated.cddl274 KeyCreationResult = [
423 ret: KeyCreationResult,
432 ret: KeyCreationResult,
443 ret: KeyCreationResult,
/system/keymint/ta/src/
Dkeys.rs30 KeyCreationResult, KeyFormat, KeyOrigin, KeyParam, KeyPurpose, SecurityLevel,
270 ) -> Result<KeyCreationResult, Error> { in generate_key() argument
324 ) -> Result<KeyCreationResult, Error> { in import_key() argument
363 ) -> Result<KeyCreationResult, Error> { in finish_keyblob_creation() argument
513 Ok(KeyCreationResult { in finish_keyblob_creation()
528 ) -> Result<KeyCreationResult, Error> { in import_wrapped_key() argument
/system/keymint/wire/src/
Dtypes.rs16 AttestationKey, HardwareAuthToken, KeyCharacteristics, KeyCreationResult, KeyFormat,
128 pub ret: KeyCreationResult,
139 pub ret: KeyCreationResult,
152 pub ret: KeyCreationResult,
Dkeymint.rs310 pub struct KeyCreationResult { struct
/system/keymint/common/src/bin/
Dcddl-dump.rs58 show_schema::<KeyCreationResult>(); in main()
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp120 KeyCreationResult* creationResult) { in generateKey()
165 KeyCreationResult* creationResult) { in importKey()
199 KeyCreationResult* creationResult) { in importWrappedKey()
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp269 KeyCreationResult* creationResult) { in generateKey()
307 KeyCreationResult* creationResult) { in importKey()
342 KeyCreationResult* creationResult) { in importWrappedKey()