Home
last modified time | relevance | path

Searched refs:EdDSA (Results 1 – 8 of 8) sorted by relevance

/system/authgraph/boringssl/src/
Dtests.rs219 source_device.set_identity((source_pvt_sign_key, source_identity), iana::Algorithm::EdDSA); in test_key_exchange_with_non_empty_dice_chains()
230 sink_device.set_identity((sink_pvt_sign_key, sink_identity), iana::Algorithm::EdDSA); in test_key_exchange_with_non_empty_dice_chains()
249 source_device.set_identity((source_pvt_sign_key, source_identity), iana::Algorithm::EdDSA); in test_key_exchange_with_mixed_dice_chains()
260 sink_device.set_identity((sink_pvt_sign_key, sink_identity), iana::Algorithm::EdDSA); in test_key_exchange_with_mixed_dice_chains()
Dec.rs243 .algorithm(coset::iana::Algorithm::EdDSA)
373 iana::Algorithm::EdDSA, in ed25519_ecdsa_pkey_from_cose()
/system/keymint/ta/src/
Ddevice.rs246 CsrSigningAlgorithm::EdDSA => iana::Algorithm::EdDSA, in sign_data_in_cose_sign1()
284 EdDSA, enumerator
/system/secretkeeper/client/src/
Dauthgraph_dev.rs112 Ok(iana::Algorithm::EdDSA) in get_cose_sign_algorithm()
/system/authgraph/core/src/
Dkey.rs228 EcVerifyKey::Ed25519(_) => iana::Algorithm::EdDSA, in get_cose_sign_algorithm()
239 Some(coset::Algorithm::Assigned(iana::Algorithm::EdDSA)) => { in from_cose_key()
261 iana::Algorithm::EdDSA, in validate_cose_key_params()
/system/authgraph/tests/src/
Dlib.rs282 .algorithm(coset::iana::Algorithm::EdDSA) in test_ecdsa()
363 .algorithm(coset::iana::Algorithm::EdDSA) in test_ed25519_round_trip()
876 alg: Some(Algorithm::Assigned(iana::Algorithm::EdDSA)), in create_identity()
/system/secretkeeper/core/src/
Dta.rs381 EcSignKey::Ed25519(_) => Ok(iana::Algorithm::EdDSA), in get_cose_sign_algorithm()
/system/keymint/common/src/crypto/
Dec.rs229 .algorithm(coset::iana::Algorithm::EdDSA), in public_cose_key()