/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeyMintDevice.h | 46 KeyCreationResult* creationResult) override; 56 KeyCreationResult* creationResult) override; 63 KeyCreationResult* creationResult) override;
|
/system/keymaster/ng/include/ |
D | AndroidKeyMintDevice.h | 47 KeyCreationResult* creationResult) override; 52 KeyCreationResult* creationResult) override; 59 KeyCreationResult* creationResult) override;
|
/system/keymint/hal/src/ |
D | keymint.rs | 111 ) -> 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
|
D | hal.rs | 206 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/ |
D | slot_test.cpp | 49 KeyCreationResult creationResult; in generateAESKey() 70 KeyCreationResult creationResult; in generateECSingingKey() 105 KeyCreationResult creationResult; in generateAndBeginECDHKeyOperation() 223 KeyCreationResult creationResult; in TEST()
|
D | km_compat.h | 36 using ::aidl::android::hardware::security::keymint::KeyCreationResult; 107 KeyCreationResult* out_creationResult) override; 111 KeyCreationResult* out_creationResult) override; 117 KeyCreationResult* out_creationResult) override;
|
D | lib.rs | 34 ErrorCode::ErrorCode, IKeyMintDevice::IKeyMintDevice, KeyCreationResult::KeyCreationResult, 75 fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult { in generate_key() argument
|
D | certificate_test.cpp | 66 KeyCreationResult creationResult; in getCertificate()
|
D | km_compat.cpp | 461 KeyCreationResult* out_creationResult) { in generateKey() 519 KeyCreationResult* out_creationResult) { in importKey() 580 KeyCreationResult* out_creationResult) { in importWrappedKey()
|
/system/security/keystore2/src/ |
D | raw_device.rs | 32 KeyCreationResult::KeyCreationResult, KeyParameter::KeyParameter, KeyPurpose::KeyPurpose, 114 F: FnOnce(&Strong<dyn IKeyMintDevice>) -> Result<KeyCreationResult, binder::Status>, in create_and_store_key() argument
|
D | km_compat.rs | 26 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
|
D | security_level.rs | 53 KeyCreationResult::KeyCreationResult, KeyFormat::KeyFormat, 125 creation_result: KeyCreationResult, in store_new_key() argument 129 let KeyCreationResult { in store_new_key() localVariable
|
/system/keymint/common/ |
D | generated.cddl | 274 KeyCreationResult = [ 423 ret: KeyCreationResult, 432 ret: KeyCreationResult, 443 ret: KeyCreationResult,
|
/system/keymint/ta/src/ |
D | keys.rs | 30 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/ |
D | types.rs | 16 AttestationKey, HardwareAuthToken, KeyCharacteristics, KeyCreationResult, KeyFormat, 128 pub ret: KeyCreationResult, 139 pub ret: KeyCreationResult, 152 pub ret: KeyCreationResult,
|
D | keymint.rs | 310 pub struct KeyCreationResult { struct
|
/system/keymint/common/src/bin/ |
D | cddl-dump.rs | 58 show_schema::<KeyCreationResult>(); in main()
|
/system/core/trusty/keymaster/keymint/ |
D | TrustyKeyMintDevice.cpp | 120 KeyCreationResult* creationResult) { in generateKey() 165 KeyCreationResult* creationResult) { in importKey() 199 KeyCreationResult* creationResult) { in importWrappedKey()
|
/system/keymaster/ng/ |
D | AndroidKeyMintDevice.cpp | 269 KeyCreationResult* creationResult) { in generateKey() 307 KeyCreationResult* creationResult) { in importKey() 342 KeyCreationResult* creationResult) { in importWrappedKey()
|