Home
last modified time | relevance | path

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

/external/tink/cc/mac/
Dhmac_parameters_test.cc87 EXPECT_THAT(parameters->GetHashType(), Eq(test_case.hash_type)); in TEST_P()
180 EXPECT_THAT(copy.GetHashType(), Eq(parameters->GetHashType())); in TEST()
197 EXPECT_THAT(copy.GetHashType(), Eq(parameters->GetHashType())); in TEST()
Dhmac_parameters.h77 HashType GetHashType() const { return hash_type_; } in GetHashType() function
Dhmac_proto_serialization.cc172 ToProtoHashType(parameters.GetHashType()); in SerializeParameters()
239 ToProtoHashType(key.GetParameters().GetHashType()); in SerializeKey()
/external/tink/go/signature/
Drsassapkcs1_signer_key_manager.go75 h := hashName(key.GetPublicKey().GetParams().GetHashType())
108 keyFormat.GetParams().GetHashType(),
Drsassapkcs1_signer_key_manager_test.go387 if gotPubKey.GetParams().GetHashType() != wantPubKey.GetParams().GetHashType() {
388 …GetHashType() = %v, want %v", gotPubKey.GetParams().GetHashType(), wantPubKey.GetParams().GetHashT…
Drsassapkcs1_verifier_key_manager.go68 pubKey.GetParams().GetHashType(),
/external/tink/cc/subtle/
Dwycheproof_util.h44 static HashType GetHashType(const rapidjson::Value &val);
Dwycheproof_util.cc97 HashType WycheproofUtil::GetHashType(const rapidjson::Value &val) { in GetHashType() function in crypto::tink::subtle::WycheproofUtil
Drsa_ssa_pss_verify_boringssl_test.cc225 /*hash_type=*/WycheproofUtil::GetHashType(test_group["sha"]), in ReadTestVectors()
226 /*mgf_hash_type=*/WycheproofUtil::GetHashType(test_group["mgfSha"]), in ReadTestVectors()
Decdsa_verify_boringssl_test.cc146 HashType md = WycheproofUtil::GetHashType(test_group["sha"]); in GetVerifier()
Drsa_ssa_pkcs1_verify_boringssl_test.cc177 HashType md = WycheproofUtil::GetHashType(test_group["sha"]); in GetVerifier()
/external/tink/go/proto/ecdsa_go_proto/
Decdsa.pb.go147 func (x *EcdsaParams) GetHashType() common_go_proto.HashType { func
/external/tink/go/proto/rsa_ssa_pkcs1_go_proto/
Drsa_ssa_pkcs1.pb.go86 func (x *RsaSsaPkcs1Params) GetHashType() common_go_proto.HashType { func