crypto/hpke.AEAD.ID (method)

3 uses

	crypto/hpke (current package)
		aead.go#L18: 	ID() uint16
		hpke.go#L44: 	sid := suiteID(kemID, kdf.ID(), aead.ID())

	crypto/tls
		handshake_client.go#L189: 		ech = &echClientContext{config: echConfig, kdfID: kdf.ID(), aeadID: aead.ID()}