Searched refs:KM_BIGNUM (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/ |
D | keymaster_tags.h | 89 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,
|
D | authorization_set.h | 334 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/ |
D | authorization_set.cpp | 32 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()
|
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
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 315 case KM_BIGNUM: in writeKeymasterArgumentToParcel() 367 case KM_BIGNUM: in readKeymasterArgumentFromParcel()
|