Searched defs:NewPrivateKey (Results 1 – 9 of 9) sorted by relevance
59 std::string Curve25519KeyExchange::NewPrivateKey(QuicRandom* rand) { in NewPrivateKey() function in quic::Curve25519KeyExchange
65 std::string P256KeyExchange::NewPrivateKey() { in NewPrivateKey() function in quic::P256KeyExchange
43 DilithiumPrivateKeyPqclean::NewPrivateKey( in NewPrivateKey() function in crypto::tink::subtle::DilithiumPrivateKeyPqclean
40 util::StatusOr<FalconPrivateKeyPqclean> FalconPrivateKeyPqclean::NewPrivateKey( in NewPrivateKey() function in crypto::tink::subtle::FalconPrivateKeyPqclean
44 func (c *x25519Curve) NewPrivateKey(key []byte) (*PrivateKey, error) { func
75 func (c *nistCurve[Point]) NewPrivateKey(key []byte) (*PrivateKey, error) { func
35 NewPrivateKey(key []byte) (*PrivateKey, error) methodSpec
552 func NewPrivateKey(entropy *[64]byte) (*PrivateKey, *[PublicKeySize]byte) { func