Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_query.rs45 let secret_key = common::build_secret_key(calling_info, db_data)?; in upgrade_version()
64 let secret_key = common::build_secret_key(calling_info, db_data)?; in decrypt_secret()
H A Doperation_update.rs30 let secret_key = common::build_secret_key(calling_info, db_data)?; in encrypt()
H A Doperation_add.rs36 let secret_key = common::build_secret_key(calling_info, db_data)?; in encrypt_secret()
H A Dcommon.rs136 pub(crate) fn build_secret_key(calling: &CallingInfo, attrs: &DbMap) -> Result<SecretKey> { in build_secret_key() function