Home
last modified time | relevance | path

Searched refs:grant_id (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/test_utils/
Dffi_test_utils.rs39 fn performCryptoOpUsingKeystoreEngine(grant_id: i64) -> bool; in performCryptoOpUsingKeystoreEngine()
110 pub fn perform_crypto_op_using_keystore_engine(grant_id: i64) -> Result<bool, Error> { in perform_crypto_op_using_keystore_engine()
111 if ffi::performCryptoOpUsingKeystoreEngine(grant_id) { in perform_crypto_op_using_keystore_engine()
Dffi_test_utils.hpp11 bool performCryptoOpUsingKeystoreEngine(int64_t grant_id);
Dffi_test_utils.cpp568 bool performCryptoOpUsingKeystoreEngine(int64_t grant_id) { in performCryptoOpUsingKeystoreEngine() argument
571 snprintf(key_id, KEY_ID_LEN, "%" PRIx64, grant_id); in performCryptoOpUsingKeystoreEngine()
/system/security/keystore2/src/
Ddatabase.rs2696 let grant_id = if let Some(grant_id) = tx in grant() localVariable
2710 params![i32::from(access_vector), grant_id], in grant()
2713 grant_id in grant()
2725 Ok(KeyDescriptor { domain: Domain::GRANT, nspace: grant_id, alias: None, blob: None }) in grant()