Home
last modified time | relevance | path

Searched defs:NewPublicKey (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/subtle/
H A Ddilithium_key.cc166 DilithiumPublicKeyPqclean::NewPublicKey(absl::string_view key_data, in NewPublicKey() function in crypto::tink::subtle::DilithiumPublicKeyPqclean
H A Dfalcon_subtle_utils.cc51 util::StatusOr<FalconPublicKeyPqclean> FalconPublicKeyPqclean::NewPublicKey( in NewPublicKey() function in crypto::tink::subtle::FalconPublicKeyPqclean
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/
Dx25519.go67 func (c *x25519Curve) NewPublicKey(key []byte) (*PublicKey, error) { func
Dnist.go167 func (c *nistCurve[Point]) NewPublicKey(key []byte) (*PublicKey, error) { func
Decdh.go45 NewPublicKey(key []byte) (*PublicKey, error) methodSpec