Home
last modified time | relevance | path

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

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