/hardware/interfaces/security/keymint/support/ |
D | attestation_record.cpp | 203 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() function 213 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() function 221 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::UINT, tag> ttag, in copyAuthTag() function 252 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ULONG, tag> ttag, in copyAuthTag() function 260 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::DATE, tag> ttag, in copyAuthTag() function 268 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() function 275 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() function 288 copyAuthTag(record->purpose, TAG_PURPOSE, auth_list); in extract_auth_list() 289 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 290 copyAuthTag(record->key_size, TAG_KEY_SIZE, auth_list); in extract_auth_list() [all …]
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 202 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() function 212 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() function 220 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::UINT, tag> ttag, in copyAuthTag() function 251 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ULONG, tag> ttag, in copyAuthTag() function 259 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::DATE, tag> ttag, in copyAuthTag() function 267 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() function 274 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() function 286 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list() 287 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 288 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list() [all …]
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 187 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() function 197 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() function 205 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::UINT, tag> ttag, in copyAuthTag() function 236 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ULONG, tag> ttag, in copyAuthTag() function 244 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::DATE, tag> ttag, in copyAuthTag() function 252 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() function 259 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() function 271 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list() 272 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 273 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list() [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 143 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() function 153 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() function 161 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::UINT, tag> ttag, in copyAuthTag() function 192 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ULONG, tag> ttag, in copyAuthTag() function 200 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::DATE, tag> ttag, in copyAuthTag() function 208 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() function 215 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() function 227 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list() 228 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list() 229 copyAuthTag(record->all_applications, TAG_ALL_APPLICATIONS, auth_list); in extract_auth_list() [all …]
|