Home
last modified time | relevance | path

Searched refs:store_rkpd_attestation_key_with_registration_async (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/security/keystore2/rkpd_client/src/
H A Dlib.rs268 async fn store_rkpd_attestation_key_with_registration_async( in store_rkpd_attestation_key_with_registration_async() function
295 store_rkpd_attestation_key_with_registration_async(&registration, key_blob, upgraded_blob).await in store_rkpd_attestation_key_async()
H A Dtests.rs241 .block_on(store_rkpd_attestation_key_with_registration_async(&registration, &[], &[])) in test_store_mock_key_success()
252 let result = tokio_rt().block_on(store_rkpd_attestation_key_with_registration_async( in test_store_mock_key_timeout()