Home
last modified time | relevance | path

Searched refs:KM_BIGNUM (Results 1 – 13 of 13) sorted by relevance

/system/keymaster/include/keymaster/
Dkeymaster_tags.h89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; };
194 DECLARE_KEYMASTER_TAG(KM_BIGNUM, TAG_CERTIFICATE_SERIAL);
264 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes,
270 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag,
Dauthorization_set.h351 bool GetTagValue(TypedTag<KM_BIGNUM, Tag> tag, keymaster_blob_t* val) const { in GetTagValue() argument
425 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() argument
/system/keymaster/ng/
DKeyMintAidlUtils.cpp81 case KM_BIGNUM: in kmParamSet2Aidl()
128 case KM_BIGNUM: in aidlKeyParams2Km()
DKeyMintUtils.cpp154 case KM_BIGNUM: in kmParam2Aidl()
223 case KM_BIGNUM: in aidlKeyParams2Km()
DAndroidKeymaster3Device.cpp114 case KM_BIGNUM: in KmParamSet()
194 case KM_BIGNUM: in kmParamSet2Hidl()
DAndroidKeymaster4Device.cpp147 case KM_BIGNUM: in kmParamSet2Hidl()
205 case KM_BIGNUM: in hidlKeyParams2Km()
/system/keymaster/android_keymaster/
Dauthorization_set.cpp30 return (keymaster_tag_get_type(tag) == KM_BYTES || keymaster_tag_get_type(tag) == KM_BIGNUM); in is_blob_tag()
211 if (type == KM_BIGNUM || type == KM_BYTES) { in CopyToParamSet()
307 case KM_BIGNUM: in serialized_size()
340 case KM_BIGNUM: in serialize()
381 case KM_BIGNUM: in deserialize()
Dkeymaster_tags.cpp227 DEFINE_KEYMASTER_TAG(KM_BIGNUM, TAG_CERTIFICATE_SERIAL);
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp102 case KM_BIGNUM: in KmParamSet()
183 case KM_BIGNUM: in kmParamSet2Hidl()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp154 case KM_BIGNUM: in KmParamSet()
235 case KM_BIGNUM: in kmParamSet2Hidl()
/system/keymaster/tests/
Dandroid_keymaster_test_utils.h100 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains() argument
Dandroid_keymaster_test_utils.cpp70 case KM_BIGNUM: in operator <<()
111 case KM_BIGNUM: in operator ==()
/system/keymaster/km_openssl/
Dattestation_record.cpp172 case KM_BIGNUM: in insert_unknown_tag()