/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 | 96 ) -> 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
|
D | hal.rs | 168 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/ |
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 | 33 ErrorCode::ErrorCode, IKeyMintDevice::IKeyMintDevice, KeyCreationResult::KeyCreationResult, 74 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 | 446 KeyCreationResult* out_creationResult) { in generateKey() 504 KeyCreationResult* out_creationResult) { in importKey() 565 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, 207 ) -> binder::Result<KeyCreationResult> { in generateKey() argument 222 ) -> binder::Result<KeyCreationResult> { in importKey() argument 240 ) -> binder::Result<KeyCreationResult> { in importWrappedKey() argument
|
D | security_level.rs | 50 KeyCreationResult::KeyCreationResult, KeyFormat::KeyFormat, 118 creation_result: KeyCreationResult, in store_new_key() argument 122 let KeyCreationResult { in store_new_key() localVariable
|
/system/keymint/common/ |
D | generated.cddl | 272 KeyCreationResult = [ 421 ret: KeyCreationResult, 430 ret: KeyCreationResult, 441 ret: KeyCreationResult,
|
/system/keymint/ta/src/ |
D | keys.rs | 16 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/ |
D | types.rs | 2 AttestationKey, HardwareAuthToken, KeyCharacteristics, KeyCreationResult, KeyFormat, 89 pub ret: KeyCreationResult, 100 pub ret: KeyCreationResult, 113 pub ret: KeyCreationResult,
|
D | keymint.rs | 286 pub struct KeyCreationResult { struct
|
/system/core/trusty/keymaster/keymint/ |
D | TrustyKeyMintDevice.cpp | 120 KeyCreationResult* creationResult) { in generateKey() 165 KeyCreationResult* creationResult) { in importKey() 199 KeyCreationResult* creationResult) { in importWrappedKey()
|
/system/keymint/common/src/bin/ |
D | cddl-dump.rs | 44 show_schema::<KeyCreationResult>(); in main()
|
/system/keymaster/ng/ |
D | AndroidKeyMintDevice.cpp | 269 KeyCreationResult* creationResult) { in generateKey() 307 KeyCreationResult* creationResult) { in importKey() 342 KeyCreationResult* creationResult) { in importWrappedKey()
|