Searched refs:ecPrivateKeyToKeyPair (Results 1 – 6 of 6) sorted by relevance
77 support::ecPrivateKeyToKeyPair(ephemeralKeyPriv.value()); in getEphemeralKeyPair()
215 optional<vector<uint8_t>> keyPair = support::ecPrivateKeyToKeyPair(ephemeralPriv.value()); in createEphemeralKeyPair()
301 support::ecPrivateKeyToKeyPair(exCredentialPrivKey); in TEST_P()403 support::ecPrivateKeyToKeyPair(exSigningPrivKey.value()); in TEST_P()721 support::ecPrivateKeyToKeyPair(exCredentialPrivKey); in TEST_P()
165 optional<vector<uint8_t>> ecPrivateKeyToKeyPair(const vector<uint8_t>& privateKey);
354 optional<vector<uint8_t>> privateKey = support::ecPrivateKeyToKeyPair(privateUncompressed); in p256PrivateKeyFromD()
1043 optional<vector<uint8_t>> ecPrivateKeyToKeyPair(const vector<uint8_t>& privateKey) { in ecPrivateKeyToKeyPair() function