Searched refs:grant_id (Results 1 – 4 of 4) sorted by relevance
39 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()
11 bool performCryptoOpUsingKeystoreEngine(int64_t grant_id);
568 bool performCryptoOpUsingKeystoreEngine(int64_t grant_id) { in performCryptoOpUsingKeystoreEngine() argument571 snprintf(key_id, KEY_ID_LEN, "%" PRIx64, grant_id); in performCryptoOpUsingKeystoreEngine()
2696 let grant_id = if let Some(grant_id) = tx in grant() localVariable2710 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()