Home
last modified time | relevance | path

Searched refs:EcdsaPrivateKey (Results 1 – 5 of 5) sorted by relevance

/external/epid-sdk/epid/common/math/unittests/
Decdsa_sign-test.cc63 static const EcdsaPrivateKey kPrivkey0;
67 static const EcdsaPrivateKey kEphPrivkey0;
78 const EcdsaPrivateKey EcdsaSignBufferTest::kPrivkey0 = {
89 const EcdsaPrivateKey EcdsaSignBufferTest::kEphPrivkey0 = {
222 EcdsaPrivateKey invalid_prikey; in TEST_F()
Decdsa_verify-test.cc58 static const EcdsaPrivateKey kPrivkey0;
62 static const EcdsaPrivateKey kPrivkey1;
86 const EcdsaPrivateKey EcdsaVerifyBufferTest::kPrivkey0 = {
100 const EcdsaPrivateKey EcdsaVerifyBufferTest::kPrivkey1 = {
/external/epid-sdk/epid/common/
Dtypes.h356 typedef struct EcdsaPrivateKey { struct
358 } EcdsaPrivateKey; argument
/external/epid-sdk/epid/common/math/
Decdsa.h107 EcdsaPrivateKey const* privkey, BitSupplier rnd_func,
/external/epid-sdk/epid/common/math/src/
Decdsa_sign.c33 EcdsaPrivateKey const* privkey, BitSupplier rnd_func, in EcdsaSignBuffer()