Searched defs:x25519_key (Results 1 – 3 of 3) sorted by relevance
432 EcKey EcKeyFromX25519Key(const X25519Key *x25519_key) { in EcKeyFromX25519Key()488 auto x25519_key = absl::make_unique<X25519Key>(); in X25519KeyFromEcKey() local
227 util::StatusOr<std::unique_ptr<X25519Key>> x25519_key = NewX25519Key(); in TEST() local246 util::StatusOr<std::unique_ptr<X25519Key>> x25519_key = NewX25519Key(); in TEST() local
161 static inline EcKey EcKeyFromX25519Key(const X25519Key *x25519_key) { in EcKeyFromX25519Key()