Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dkeymaster_tags.h89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; };
235 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes,
241 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag,
Dauthorization_set.h334 bool GetTagValue(TypedTag<KM_BIGNUM, Tag> tag, keymaster_blob_t* val) const { in GetTagValue() argument
408 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() argument
/system/keymaster/
Dauthorization_set.cpp32 return (keymaster_tag_get_type(tag) == KM_BYTES || keymaster_tag_get_type(tag) == KM_BIGNUM); in is_blob_tag()
195 if (type == KM_BIGNUM || type == KM_BYTES) { in CopyToParamSet()
297 case KM_BIGNUM: in serialized_size()
331 case KM_BIGNUM: in serialize()
368 case KM_BIGNUM: in deserialize()
Dandroid_keymaster_test_utils.cpp67 case KM_BIGNUM: in operator <<()
108 case KM_BIGNUM: in operator ==()
Dandroid_keymaster_test_utils.h104 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains() argument
/system/security/keystore/
DIKeystoreService.cpp315 case KM_BIGNUM: in writeKeymasterArgumentToParcel()
367 case KM_BIGNUM: in readKeymasterArgumentFromParcel()