Searched refs:ecPrivateKeyToKeyPair (Results 1 – 5 of 5) sorted by relevance
301 support::ecPrivateKeyToKeyPair(exCredentialPrivKey); in TEST_P()403 support::ecPrivateKeyToKeyPair(exSigningPrivKey.value()); in TEST_P()
154 optional<vector<uint8_t>> ecPrivateKeyToKeyPair(const vector<uint8_t>& privateKey);
354 optional<vector<uint8_t>> privateKey = support::ecPrivateKeyToKeyPair(privateUncompressed); in p256PrivateKeyFromD()
167 optional<vector<uint8_t>> keyPair = support::ecPrivateKeyToKeyPair(ephemeralPriv.value()); in createEphemeralKeyPair()
940 optional<vector<uint8_t>> ecPrivateKeyToKeyPair(const vector<uint8_t>& privateKey) { in ecPrivateKeyToKeyPair() function