Home
last modified time | relevance | path

Searched defs:NewPrivateKey (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcurve25519_key_exchange.cc59 std::string Curve25519KeyExchange::NewPrivateKey(QuicRandom* rand) { in NewPrivateKey() function in quic::Curve25519KeyExchange
H A Dp256_key_exchange.cc65 std::string P256KeyExchange::NewPrivateKey() { in NewPrivateKey() function in quic::P256KeyExchange
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/subtle/
H A Ddilithium_key.cc43 DilithiumPrivateKeyPqclean::NewPrivateKey( in NewPrivateKey() function in crypto::tink::subtle::DilithiumPrivateKeyPqclean
H A Dfalcon_subtle_utils.cc40 util::StatusOr<FalconPrivateKeyPqclean> FalconPrivateKeyPqclean::NewPrivateKey( in NewPrivateKey() function in crypto::tink::subtle::FalconPrivateKeyPqclean
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/
Dx25519.go44 func (c *x25519Curve) NewPrivateKey(key []byte) (*PrivateKey, error) { func
Dnist.go75 func (c *nistCurve[Point]) NewPrivateKey(key []byte) (*PrivateKey, error) { func
Decdh.go35 NewPrivateKey(key []byte) (*PrivateKey, error) methodSpec
/aosp_15_r20/external/boringssl/src/ssl/test/runner/kyber/
H A Dkyber.go552 func NewPrivateKey(entropy *[64]byte) (*PrivateKey, *[PublicKeySize]byte) { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/kyber/
H A Dkyber.go552 func NewPrivateKey(entropy *[64]byte) (*PrivateKey, *[PublicKeySize]byte) { func