| /system/keymint/common/src/ |
| D | tag.rs | 152 dest: &mut Vec<KeyParam>, in transcribe_tags() 153 src: &[KeyParam], in transcribe_tags() 210 ) -> Result<&[KeyParam], Error> { in characteristics_at() 239 pub fn hidden(params: &[KeyParam], rot: &[u8]) -> Result<Vec<KeyParam>, Error> { in hidden() 256 params: &[KeyParam], in extract_key_gen_characteristics() 274 params: &[KeyParam], in extract_key_import_characteristics() 299 params: &[KeyParam], in extract_key_characteristics() 300 extra_params: &[KeyParam], in extract_key_characteristics() 379 params: &[KeyParam], in check_rsa_gen_params() 396 params: &[KeyParam], in check_rsa_import_params() [all …]
|
| D | keyblob.rs | 121 fn is_legacy_key(&self, keyblob: &[u8], params: &[KeyParam], root_of_trust: &BootInfo) -> bool { in is_legacy_key() 149 params: &[KeyParam], in convert_legacy_key() 271 hidden: Vec<KeyParam>, 298 pub fn characteristics_at(&self, sec_level: SecurityLevel) -> Result<&[KeyParam], Error> { in characteristics_at() 324 hidden: Vec<KeyParam>, in encrypt() 398 hidden: Vec<KeyParam>, in decrypt()
|
| /system/keymint/tests/src/bin/ |
| D | auth-keyblob-parse.rs | 36 pub fn remove_tags(params: &[KeyParam], tags: &[keymint::Tag]) -> Vec<KeyParam> { in remove_tags()
|
| /system/keymint/common/src/keyblob/ |
| D | legacy.rs | 171 hidden: &[KeyParam], in serialize() 196 hidden: &[KeyParam], in deserialize() 232 hidden: &[KeyParam], in compute_hmac() 252 pub fn hidden(params: &[KeyParam], rots: &[&[u8]]) -> Result<Vec<KeyParam>, Error> { in hidden()
|
| /system/keymint/ta/src/ |
| D | keys.rs | 122 params: &[KeyParam], in generate_cert() 233 params: &[KeyParam], in generate_key() 248 params: &[KeyParam], in generate_key_material() 284 params: &[KeyParam], in import_key() 323 params: &[KeyParam], in finish_keyblob_creation() 489 unwrapping_params: &[KeyParam], in import_wrapped_key() 648 upgrade_params: Vec<KeyParam>, in upgrade_key()
|
| D | cert.rs | 63 chars: &'a [KeyParam], in tbs_certificate() 64 params: &'a [KeyParam], in tbs_certificate() 274 params: &'a [KeyParam], in attestation_extension() 406 auths: &'a [KeyParam], in new() 407 keygen_params: &'a [KeyParam], in new() 518 key_params: &mut Vec<KeyParam>, in decode_opt_field() 699 key_params: &mut Vec<KeyParam>, in decode_value_from_bytes()
|
| D | operation.rs | 158 params: Vec<KeyParam>, in begin_operation() 636 fn check_begin_auths(&mut self, key_chars: &[KeyParam], key_blob: &[u8]) -> Result<(), Error> { in check_begin_auths()
|
| D | lib.rs | 334 params: &[KeyParam], in keyblob_parse_decrypt_backlevel() 372 params: &[KeyParam], in keyblob_parse_decrypt()
|
| /system/keymint/common/src/crypto/ |
| D | traits.rs | 88 _params: &[keymint::KeyParam], in generate_key() 114 _params: &[keymint::KeyParam], in import_key() 148 _params: &[keymint::KeyParam], in generate_key() 183 _params: &[keymint::KeyParam], in generate_key() 198 _params: &[keymint::KeyParam], in import_key() 233 params: &[keymint::KeyParam], in generate_key() 242 _params: &[keymint::KeyParam], in import_pkcs8_key() 287 params: &[keymint::KeyParam], in generate_nist_key() 295 params: &[keymint::KeyParam], in generate_ed25519_key() 303 params: &[keymint::KeyParam], in generate_x25519_key() [all …]
|
| D | des.rs | 58 params: &[KeyParam], in new()
|
| D | aes.rs | 89 params: &[KeyParam], in new()
|
| /system/keymint/common/src/tag/ |
| D | legacy.rs | 288 pub fn deserialize(data: &mut &[u8]) -> Result<Vec<KeyParam>, Error> { in deserialize() 513 pub fn param_compare(left: &KeyParam, right: &KeyParam) -> Ordering { in param_compare()
|
| /system/keymint/tests/tests/ |
| D | keyblob_test.rs | 181 fn fix_hmac(data: &mut [u8], hidden: &[KeyParam]) { in fix_hmac()
|
| /system/keymint/boringssl/src/ |
| D | ec.rs | 56 _params: &[keymint::KeyParam], in generate_nist_key() 74 _params: &[keymint::KeyParam], in generate_ed25519_key() 88 _params: &[keymint::KeyParam], in generate_x25519_key()
|
| D | rsa.rs | 38 _params: &[keymint::KeyParam], in generate_key()
|
| /system/keymint/wire/src/ |
| D | keymint.rs | 323 pub enum KeyParam { enum 385 impl KeyParam { impl 462 impl crate::AsCborValue for KeyParam { implementation
|