Searched refs:EcdsaPrivateKey (Results 1 – 5 of 5) sorted by relevance
63 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()
58 static const EcdsaPrivateKey kPrivkey0;62 static const EcdsaPrivateKey kPrivkey1;86 const EcdsaPrivateKey EcdsaVerifyBufferTest::kPrivkey0 = {100 const EcdsaPrivateKey EcdsaVerifyBufferTest::kPrivkey1 = {
356 typedef struct EcdsaPrivateKey { struct358 } EcdsaPrivateKey; argument
107 EcdsaPrivateKey const* privkey, BitSupplier rnd_func,
33 EcdsaPrivateKey const* privkey, BitSupplier rnd_func, in EcdsaSignBuffer()