Searched refs:KM_BIGNUM (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/include/keymaster/ |
D | keymaster_tags.h | 89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; }; 252 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, 258 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag,
|
D | authorization_set.h | 357 bool GetTagValue(TypedTag<KM_BIGNUM, Tag> tag, keymaster_blob_t* val) const { in GetTagValue() argument 431 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() argument
|
/system/keymaster/android_keymaster/ |
D | authorization_set.cpp | 32 return (keymaster_tag_get_type(tag) == KM_BYTES || keymaster_tag_get_type(tag) == KM_BIGNUM); in is_blob_tag() 221 if (type == KM_BIGNUM || type == KM_BYTES) { in CopyToParamSet() 323 case KM_BIGNUM: in serialized_size() 357 case KM_BIGNUM: in serialize() 399 case KM_BIGNUM: in deserialize()
|
/system/security/keystore/ |
D | legacy_keymaster_device_wrapper.cpp | 96 case KM_BIGNUM: in KmParamSet() 191 case KM_BIGNUM: in kmParamSet2Hidl()
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 102 case KM_BIGNUM: in KmParamSet() 183 case KM_BIGNUM: in kmParamSet2Hidl()
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 115 case KM_BIGNUM: in KmParamSet() 195 case KM_BIGNUM: in kmParamSet2Hidl()
|
D | AndroidKeymaster4Device.cpp | 149 case KM_BIGNUM: in kmParamSet2Hidl() 207 case KM_BIGNUM: in hidlKeyParams2Km()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 154 case KM_BIGNUM: in KmParamSet() 235 case KM_BIGNUM: in kmParamSet2Hidl()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.cpp | 67 case KM_BIGNUM: in operator <<() 108 case KM_BIGNUM: in operator ==()
|
D | android_keymaster_test_utils.h | 104 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains() argument
|