/aosp12/system/security/keystore2/src/ |
H A D | security_level.rs | 211 operation_parameters: &[KeyParameter], in create_operation() 394 params: &[KeyParameter], in add_required_parameters() 396 ) -> Result<Vec<KeyParameter>> { in add_required_parameters() 495 params: &[KeyParameter], in generate_key() 612 params: &[KeyParameter], in import_key() 673 params: &[KeyParameter], in import_wrapped_key() 829 params: &[KeyParameter], in upgrade_keyblob_if_required_with() 993 operation_parameters: &[KeyParameter], in createOperation() 1003 params: &[KeyParameter], in generateKey() 1019 params: &[KeyParameter], in importKey() [all …]
|
H A D | metrics_store.rs | 155 key_params: &[KeyParameter], in log_key_creation_event_stats() 178 key_params: &[KeyParameter], in process_key_creation_event_stats() 318 op_params: &[KeyParameter], in log_key_operation_event_stats() 343 op_params: &[KeyParameter], in process_key_operation_event_stats()
|
H A D | key_parameter.rs | 985 pub struct KeyParameter { struct 986 value: KeyParameterValue, argument 990 impl KeyParameter { argument 1388 fn query_from_keyparameter(db: &Connection) -> Result<KeyParameter> { in query_from_keyparameter()
|
H A D | utils.rs | 168 ) -> Vec<crate::key_parameter::KeyParameter> { in key_characteristics_to_internal() 183 parameters: Vec<crate::key_parameter::KeyParameter>, in key_parameters_to_authorizations()
|
H A D | attestation_key_utils.rs | 56 params: &[KeyParameter], in get_attest_key_info()
|
H A D | raw_device.rs | 175 params: &[KeyParameter], in lookup_or_generate_key() 309 operation_parameters: &[KeyParameter], in use_key_in_one_step()
|
H A D | enforcements.rs | 411 key_properties: Option<&(i64, Vec<KeyParameter>)>, in authorize_create() 766 key_parameters: &[KeyParameter], in super_encryption_required()
|
H A D | legacy_blob.rs | 555 ) -> Result<Vec<KeyParameter>> { in read_characteristics_file() 1008 ) -> Result<(Option<(Blob, Vec<KeyParameter>)>, Option<Vec<u8>>, Option<Vec<u8>>)> { in load_by_uid_alias()
|
H A D | remote_provisioning.rs | 175 params: &[KeyParameter], in get_remotely_provisioned_attestation_key_and_certs()
|
H A D | database.rs | 660 pub fn key_parameters(&self) -> &Vec<KeyParameter> { in key_parameters() 664 pub fn into_key_parameters(self) -> Vec<KeyParameter> { in into_key_parameters() 677 pub fn into_key_parameters_and_metadata(self) -> (Vec<KeyParameter>, KeyMetaData) { in into_key_parameters_and_metadata() 1675 params: &[KeyParameter], in insert_keyparameter_internal() 2235 params: &[KeyParameter], in store_new_key() 2550 fn load_key_parameters(key_id: i64, tx: &Transaction) -> Result<Vec<KeyParameter>> { in load_key_parameters() 5013 fn make_test_params(max_usage_count: Option<i32>) -> Vec<KeyParameter> { in make_test_params()
|
H A D | operation.rs | 196 op_params: Vec<KeyParameter>, in new()
|
H A D | super_key.rs | 732 key_parameters: &[KeyParameter], in handle_super_encryption_on_key_init()
|
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
H A D | Keymaster3.h | 62 Return<void> verifyAuthorization(uint64_t, const hidl_vec<KeyParameter>&, in verifyAuthorization() 82 const hidl_vec<KeyParameter>& /* unwrappingParams */, in importWrappedKey()
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.cpp | 241 OutStreams& serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) { in serialize() 336 InStreams& deserialize(TAG_INVALID_t&&, InStreams& in, KeyParameter*) { in deserialize() argument
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | authorization_set.cpp | 243 OutStreams& serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) { in serialize() 352 InStreams& deserialize(TAG_INVALID_t&&, InStreams& in, KeyParameter*) { in deserialize() argument
|
/aosp12/system/security/keystore2/src/km_compat/ |
H A D | lib.rs | 248 extra_params: Option<Vec<KeyParameter>>, in begin()
|