Searched refs:key_param (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/security/keystore2/src/ |
H A D | key_parameter.rs | 783 #[key_param(tag = INVALID, field = Invalid)] 786 #[key_param(tag = PURPOSE, field = KeyPurpose)] 792 #[key_param(tag = KEY_SIZE, field = Integer)] 798 #[key_param(tag = DIGEST, field = Digest)] 810 #[key_param(tag = EC_CURVE, field = EcCurve)] 850 #[key_param(tag = USER_ID, field = Integer)] 889 #[key_param(tag = ORIGIN, field = Origin)] 901 #[key_param(tag = UNIQUE_ID, field = Blob)] 944 #[key_param(tag = NONCE, field = Blob)] 1197 *key_param.key_parameter_value(), in test_new_from_sql_i64() [all …]
|
H A D | metrics_store.rs | 216 for key_param in key_params.iter().map(KsKeyParamValue::from) { in process_key_creation_event_stats() 217 match key_param { in process_key_creation_event_stats() 387 for key_param in op_params.iter().map(KsKeyParamValue::from) { in process_key_operation_event_stats() 388 match key_param { in process_key_operation_event_stats()
|
H A D | enforcements.rs | 489 for key_param in key_params.iter() { in authorize_create() 490 match key_param.key_parameter_value() { in authorize_create()
|