Home
last modified time | relevance | path

Searched refs:algo_hint (Results 1 – 3 of 3) sorted by relevance

/system/keymint/tests/src/
Dlib.rs577 for algo_hint in [SigningAlgorithm::Ec, SigningAlgorithm::Rsa] { in test_signing_cert_parse()
578 let info = SigningKeyType { which, algo_hint }; in test_signing_cert_parse()
/system/keymint/ta/src/
Ddevice.rs144 pub algo_hint: SigningAlgorithm, field
Dkeys.rs439 let algo_hint = match &keyblob.key_material { in finish_keyblob_creation() localVariable
446 .get_signing_info(device::SigningKeyType { which: which_key, algo_hint })?; in finish_keyblob_creation()