Searched refs:key_param_from_asn1_octet_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/keymint/ta/src/ |
H A D | cert.rs | 738 macro_rules! key_param_from_asn1_octet_string { macro 861 key_param_from_asn1_octet_string!(AttestationApplicationId, tlv_bytes, key_params); in decode_value_from_bytes() 864 key_param_from_asn1_octet_string!(AttestationIdBrand, tlv_bytes, key_params); in decode_value_from_bytes() 867 key_param_from_asn1_octet_string!(AttestationIdDevice, tlv_bytes, key_params); in decode_value_from_bytes() 870 key_param_from_asn1_octet_string!(AttestationIdProduct, tlv_bytes, key_params); in decode_value_from_bytes() 873 key_param_from_asn1_octet_string!(AttestationIdSerial, tlv_bytes, key_params); in decode_value_from_bytes() 876 key_param_from_asn1_octet_string!(AttestationIdImei, tlv_bytes, key_params); in decode_value_from_bytes() 879 key_param_from_asn1_octet_string!(AttestationIdSecondImei, tlv_bytes, key_params); in decode_value_from_bytes() 882 key_param_from_asn1_octet_string!(AttestationIdMeid, tlv_bytes, key_params); in decode_value_from_bytes() 885 key_param_from_asn1_octet_string!(AttestationIdManufacturer, tlv_bytes, key_params); in decode_value_from_bytes() [all …]
|