Home
last modified time | relevance | path

Searched defs:material_type (Results 1 – 2 of 2) sorted by relevance

/external/tink/cc/util/
Dtest_util.cc157 google::crypto::tink::KeyData::KeyMaterialType material_type, in AddKey()
169 google::crypto::tink::KeyData::KeyMaterialType material_type, in AddTinkKey()
178 google::crypto::tink::KeyData::KeyMaterialType material_type, in AddLegacyKey()
187 google::crypto::tink::KeyData::KeyMaterialType material_type, in AddRawKey()
/external/tink/cc/core/
Djson_keyset_writer.cc57 rapidjson::Value material_type(rapidjson::kStringType); in ToJson() local