Home
last modified time | relevance | path

Searched refs:GetEcdsaTestPrivateKey (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/util/
H A Dtest_util.cc312 EcdsaPrivateKey GetEcdsaTestPrivateKey( in GetEcdsaTestPrivateKey() function
315 return GetEcdsaTestPrivateKey(Enums::SubtleToProto(curve_type), in GetEcdsaTestPrivateKey()
320 EcdsaPrivateKey GetEcdsaTestPrivateKey( in GetEcdsaTestPrivateKey() function
H A Dtest_util.h155 google::crypto::tink::EcdsaPrivateKey GetEcdsaTestPrivateKey(
161 google::crypto::tink::EcdsaPrivateKey GetEcdsaTestPrivateKey(
/aosp_15_r20/external/tink/cc/signature/
H A Dpublic_key_verify_factory_test.cc57 auto ecdsa_key = test::GetEcdsaTestPrivateKey(EllipticCurveType::NIST_P256, in GetNewEcdsaPublicKey()
H A Dpublic_key_sign_factory_test.cc57 return test::GetEcdsaTestPrivateKey(EllipticCurveType::NIST_P256, in GetNewEcdsaPrivateKey()