Searched refs:GetHashType (Results 1 – 13 of 13) sorted by relevance
/external/tink/cc/mac/ |
D | hmac_parameters_test.cc | 87 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()
|
D | hmac_parameters.h | 77 HashType GetHashType() const { return hash_type_; } in GetHashType() function
|
D | hmac_proto_serialization.cc | 172 ToProtoHashType(parameters.GetHashType()); in SerializeParameters() 239 ToProtoHashType(key.GetParameters().GetHashType()); in SerializeKey()
|
/external/tink/go/signature/ |
D | rsassapkcs1_signer_key_manager.go | 75 h := hashName(key.GetPublicKey().GetParams().GetHashType()) 108 keyFormat.GetParams().GetHashType(),
|
D | rsassapkcs1_signer_key_manager_test.go | 387 if gotPubKey.GetParams().GetHashType() != wantPubKey.GetParams().GetHashType() { 388 …GetHashType() = %v, want %v", gotPubKey.GetParams().GetHashType(), wantPubKey.GetParams().GetHashT…
|
D | rsassapkcs1_verifier_key_manager.go | 68 pubKey.GetParams().GetHashType(),
|
/external/tink/cc/subtle/ |
D | wycheproof_util.h | 44 static HashType GetHashType(const rapidjson::Value &val);
|
D | wycheproof_util.cc | 97 HashType WycheproofUtil::GetHashType(const rapidjson::Value &val) { in GetHashType() function in crypto::tink::subtle::WycheproofUtil
|
D | rsa_ssa_pss_verify_boringssl_test.cc | 225 /*hash_type=*/WycheproofUtil::GetHashType(test_group["sha"]), in ReadTestVectors() 226 /*mgf_hash_type=*/WycheproofUtil::GetHashType(test_group["mgfSha"]), in ReadTestVectors()
|
D | ecdsa_verify_boringssl_test.cc | 146 HashType md = WycheproofUtil::GetHashType(test_group["sha"]); in GetVerifier()
|
D | rsa_ssa_pkcs1_verify_boringssl_test.cc | 177 HashType md = WycheproofUtil::GetHashType(test_group["sha"]); in GetVerifier()
|
/external/tink/go/proto/ecdsa_go_proto/ |
D | ecdsa.pb.go | 147 func (x *EcdsaParams) GetHashType() common_go_proto.HashType { func
|
/external/tink/go/proto/rsa_ssa_pkcs1_go_proto/ |
D | rsa_ssa_pkcs1.pb.go | 86 func (x *RsaSsaPkcs1Params) GetHashType() common_go_proto.HashType { func
|