Home
last modified time | relevance | path

Searched refs:AGREE_KEY (Results 1 – 10 of 10) sorted by relevance

/system/security/keystore2/src/
Dkm_compat.rs392 p.tag == Tag::PURPOSE && p.value == KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY) in emulation_required()
455 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymintv1_emulation_required()
464 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymintv1_emulation_required()
478 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymintv1_emulation_required()
492 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymintv1_emulation_required()
531 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymaster_emulation_required()
540 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymaster_emulation_required()
554 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymaster_emulation_required()
568 value: KeyParameterValue::KeyPurpose(KeyPurpose::AGREE_KEY), in test_keymaster_emulation_required()
Dmetrics_store.rs365 KeyPurpose::AGREE_KEY => MetricsPurpose::AGREE_KEY, in process_key_operation_event_stats()
512 KeyPurpose::AGREE_KEY => { in compute_purpose_bitmap()
Denforcements.rs437 KeyPurpose::AGREE_KEY => { in authorize_create()
/system/security/keystore2/aidl/android/security/metrics/
DPurpose.aidl47 AGREE_KEY = 7, enumConstant
/system/security/keystore2/tests/
Dkeystore2_client_key_agreement_tests.rs62 let authorizations = authorizations::AuthSetBuilder::new().purpose(KeyPurpose::AGREE_KEY); in check_agreement()
171 let authorizations = authorizations::AuthSetBuilder::new().purpose(KeyPurpose::AGREE_KEY); in keystore2_ec_agree_key_with_different_curves_fail()
Dkeystore2_client_ec_key_tests.rs293 .purpose(KeyPurpose::AGREE_KEY) in keystore2_generate_ec_key_25519_multi_purpose()
Dkeystore2_client_rsa_key_tests.rs1697 purpose: vec![KeyPurpose::AGREE_KEY], in keystore2_rsa_key_unsupported_purpose()
1704 KeyPurpose::AGREE_KEY, in keystore2_rsa_key_unsupported_purpose()
/system/security/keystore2/src/km_compat/
Dslot_test.cpp101 KMV1::makeKeyParameter(KMV1::TAG_PURPOSE, KeyPurpose::AGREE_KEY), in generateAndBeginECDHKeyOperation()
113 auto bstatus = device->begin(KeyPurpose::AGREE_KEY, creationResult.keyBlob, kps, in generateAndBeginECDHKeyOperation()
Dkm_compat.cpp475 keyParam.value.get<KeyParameterValue::Tag::keyPurpose>() == KeyPurpose::AGREE_KEY) { in generateKey()
532 keyParam.value.get<KeyParameterValue::Tag::keyPurpose>() == KeyPurpose::AGREE_KEY) { in importKey()
/system/security/keystore2/test_utils/
Dkey_generations.rs1295 .purpose(KeyPurpose::AGREE_KEY) in generate_ec_agree_key()