/aosp_15_r20/system/keymint/common/src/ |
H A D | tag.rs | 168 dest: &mut Vec<KeyParam>, in transcribe_tags() 169 src: &[KeyParam], in transcribe_tags() 226 ) -> Result<&[KeyParam], Error> { in characteristics_at() 255 pub fn hidden(params: &[KeyParam], rot: &[u8]) -> Result<Vec<KeyParam>, Error> { in hidden() 272 params: &[KeyParam], in extract_key_gen_characteristics() 290 params: &[KeyParam], in extract_key_import_characteristics() 319 params: &[KeyParam], in extract_key_characteristics() 320 extra_params: &[KeyParam], in extract_key_characteristics() 395 params: &[KeyParam], in check_rsa_gen_params() 412 params: &[KeyParam], in check_rsa_import_params() [all …]
|
H A D | keyblob.rs | 139 fn is_legacy_key(&self, keyblob: &[u8], params: &[KeyParam], root_of_trust: &BootInfo) -> bool { in is_legacy_key() 167 params: &[KeyParam], in convert_legacy_key() 296 hidden: Vec<KeyParam>, 323 pub fn characteristics_at(&self, sec_level: SecurityLevel) -> Result<&[KeyParam], Error> { in characteristics_at() 349 hidden: Vec<KeyParam>, in encrypt() 423 hidden: Vec<KeyParam>, in decrypt()
|
/aosp_15_r20/system/keymint/common/src/crypto/ |
H A D | traits.rs | 105 _params: &[keymint::KeyParam], in generate_key() 131 _params: &[keymint::KeyParam], in import_key() 165 _params: &[keymint::KeyParam], in generate_key() 200 _params: &[keymint::KeyParam], in generate_key() 215 _params: &[keymint::KeyParam], in import_key() 250 params: &[keymint::KeyParam], in generate_key() 259 _params: &[keymint::KeyParam], in import_pkcs8_key() 304 params: &[keymint::KeyParam], in generate_nist_key() 312 params: &[keymint::KeyParam], in generate_ed25519_key() 320 params: &[keymint::KeyParam], in generate_x25519_key() [all …]
|
H A D | des.rs | 82 params: &[KeyParam], in new()
|
H A D | aes.rs | 127 params: &[KeyParam], in new()
|
/aosp_15_r20/system/keymint/ta/src/ |
H A D | cert.rs | 76 chars: &'a [KeyParam], in tbs_certificate() 77 params: &'a [KeyParam], in tbs_certificate() 306 params: &'a [KeyParam], in attestation_extension() 310 additional_attestation_info: &'a [KeyParam], in attestation_extension() 449 auths: &'a [KeyParam], in new() 450 keygen_params: &'a [KeyParam], in new() 454 additional_attestation_info: &'a [KeyParam], in new() 566 key_params: &mut Vec<KeyParam>, in decode_opt_field() 749 key_params: &mut Vec<KeyParam>, in decode_value_from_bytes()
|
H A D | keys.rs | 149 params: &[KeyParam], in generate_cert() 269 params: &[KeyParam], in generate_key() 284 params: &[KeyParam], in generate_key_material() 320 params: &[KeyParam], in import_key() 359 params: &[KeyParam], in finish_keyblob_creation() 526 unwrapping_params: &[KeyParam], in import_wrapped_key() 695 upgrade_params: Vec<KeyParam>, in upgrade_key()
|
H A D | operation.rs | 166 params: Vec<KeyParam>, in begin_operation() 645 fn check_begin_auths(&mut self, key_chars: &[KeyParam], key_blob: &[u8]) -> Result<(), Error> { in check_begin_auths()
|
H A D | lib.rs | 389 params: &[KeyParam], in keyblob_parse_decrypt_backlevel() 427 params: &[KeyParam], in keyblob_parse_decrypt()
|
/aosp_15_r20/system/keymint/common/src/keyblob/ |
H A D | legacy.rs | 201 hidden: &[KeyParam], in serialize() 226 hidden: &[KeyParam], in deserialize() 262 hidden: &[KeyParam], in compute_hmac() 282 pub fn hidden(params: &[KeyParam], rots: &[&[u8]]) -> Result<Vec<KeyParam>, Error> { in hidden()
|
/aosp_15_r20/trusty/user/app/keymint/keys/ |
D | legacy.rs | 44 hidden: &[KeyParam], in build_derivation_info() 76 hidden: &[KeyParam], in derive_kek() 92 params: &[KeyParam], in convert_key() 309 params: &[KeyParam], in convert_legacy_key()
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | key_wrapper.rs | 79 params: &[keymint::KeyParam], in create_storage_key() 132 params: &[keymint::KeyParam], in generate_key() 144 params: &[keymint::KeyParam], in import_key()
|
/aosp_15_r20/system/keymint/tests/src/bin/ |
H A D | auth-keyblob-parse.rs | 50 pub fn remove_tags(params: &[KeyParam], tags: &[keymint::Tag]) -> Vec<KeyParam> { in remove_tags()
|
/aosp_15_r20/system/keymint/common/src/tag/ |
H A D | legacy.rs | 300 pub fn deserialize(data: &mut &[u8]) -> Result<Vec<KeyParam>, Error> { in deserialize() 528 pub fn param_compare(left: &KeyParam, right: &KeyParam) -> Ordering { in param_compare()
|
/aosp_15_r20/system/keymint/boringssl/src/ |
H A D | ec.rs | 72 _params: &[keymint::KeyParam], in generate_nist_key() 90 _params: &[keymint::KeyParam], in generate_ed25519_key() 104 _params: &[keymint::KeyParam], in generate_x25519_key()
|
H A D | rsa.rs | 54 _params: &[keymint::KeyParam], in generate_key()
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | keymint.rs | 348 pub enum KeyParam { enum 413 impl KeyParam { impl 493 impl crate::AsCborValue for KeyParam { implementation
|
/aosp_15_r20/system/keymint/tests/tests/ |
H A D | keyblob_test.rs | 197 fn fix_hmac(data: &mut [u8], hidden: &[KeyParam]) { in fix_hmac()
|