Searched defs:ValueT (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dattestation_record.cpp145 typedef typename TypedTag2ValueType<decltype(ttag)>::type ValueT; typedef
148 ttag, static_cast<ValueT>(ASN1_INTEGER_get(sk_ASN1_INTEGER_value(stack, i))));
155 typedef typename TypedTag2ValueType<decltype(ttag)>::type ValueT; typedef
157 auth_list->push_back(ttag, static_cast<ValueT>(ASN1_INTEGER_get(asn1_int)));
/hardware/interfaces/keymaster/4.0/support/
H A Dattestation_record.cpp143 typedef typename TypedTag2ValueType<decltype(ttag)>::type ValueT; typedef
146 ttag, static_cast<ValueT>(ASN1_INTEGER_get(sk_ASN1_INTEGER_value(stack, i))));
153 typedef typename TypedTag2ValueType<decltype(ttag)>::type ValueT; typedef
155 auth_list->push_back(ttag, static_cast<ValueT>(ASN1_INTEGER_get(asn1_int)));

Completed in 63 milliseconds