Home
last modified time | relevance | path

Searched refs:auth_type (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dsecret_key.rs28 auth_type: AuthType, field
67 auth_type: AuthType, in calculate_key_alias()
86 auth_type: AuthType, in get_existing_key_alias()
94 auth_type, in get_existing_key_alias()
106 auth_type, in get_existing_key_alias()
119 auth_type, in get_existing_key_alias()
134 auth_type: AuthType, in huks_rename_key_alias()
157 auth_type: AuthType, in rename_key_alias()
191 auth_type: AuthType, in new_with_alias()
202 auth_type: AuthType, in new_without_alias()
[all …]
/ohos5.0/base/security/asset/services/db_key_operator/src/
H A Dlib.rs30 let auth_type = AuthType::None; in build_db_key_secret_key() localVariable
35 SecretKey::new_with_alias(user_id, auth_type, access_type, require_password_set, alias) in build_db_key_secret_key()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_query.rs95 Some(Value::Number(auth_type)) if *auth_type == AuthType::Any as u32 => { in query_all()
H A Dcommon.rs137 let auth_type = attrs.get_enum_attr::<AuthType>(&column::AUTH_TYPE)?; in build_secret_key() localVariable
140 SecretKey::new_without_alias(calling, auth_type, access_type, require_password_set) in build_secret_key()
/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase.rs378 let auth_type = query_result.get_enum_attr(&column::AUTH_TYPE)?; in upgrade_key_alias() localVariable
382 … upgrade_result &= rename_key_alias(&calling_info, auth_type, access_type, require_password_set); in upgrade_key_alias()
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dquery.rs425 for auth_type in vec![AuthType::Any as u32, AuthType::None as u32].into_iter() { in query_with_auth_type()
427 query.insert_attr(Tag::AuthType, auth_type); in query_with_auth_type()