Searched refs:GetDerBytes (Results 1 – 2 of 2) sorted by relevance
153 const uint8_t *GetDerBytes(void) const { return mDerBytes; } in GetDerBytes() function in ot::Crypto::Ecdsa::P256::KeyPair171 uint8_t *GetDerBytes(void) { return mDerBytes; } in GetDerBytes() function in ot::Crypto::Ecdsa::P256::KeyPair236 Storage::kTypePersistent, aKeyPair.GetDerBytes(), in ImportKeyPair()
92 memcpy(keyPair.GetDerBytes(), kKeyPairInfo, sizeof(kKeyPairInfo)); in TestEcdsaVector()95 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaVector()152 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaKeyGenerationSignAndVerify()