Searched defs:NewPublicKey (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/subtle/ | ||
H A D | dilithium_key.cc | 166 DilithiumPublicKeyPqclean::NewPublicKey(absl::string_view key_data, in NewPublicKey() function in crypto::tink::subtle::DilithiumPublicKeyPqclean |
H A D | falcon_subtle_utils.cc | 51 util::StatusOr<FalconPublicKeyPqclean> FalconPublicKeyPqclean::NewPublicKey( in NewPublicKey() function in crypto::tink::subtle::FalconPublicKeyPqclean |
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/ | ||
D | x25519.go | 67 func (c *x25519Curve) NewPublicKey(key []byte) (*PublicKey, error) { func |
D | nist.go | 167 func (c *nistCurve[Point]) NewPublicKey(key []byte) (*PublicKey, error) { func |
D | ecdh.go | 45 NewPublicKey(key []byte) (*PublicKey, error) methodSpec |