Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/test/unittest/module_test/src/crypto_manager/
H A Dlib.rs127 assert!(crypto.exec_crypt(&cipher, &aad, &authtoken).is_err()); in crypto_exec()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_query.rs80 let secret = crypto.exec_crypt(secret, &common::build_aad(db_data)?, auth_token)?; in exec_crypto()
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto.rs89 …pub fn exec_crypt(&self, cipher: &Vec<u8>, aad: &Vec<u8>, auth_token: &Vec<u8>) -> Result<Vec<u8>>… in exec_crypt() method