Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ciphersuite_all :: [Cipher]

    tls Network.TLS.Extra.Cipher

    The default ciphersuites + some not recommended last resort ciphers. AEAD ciphers with equivalent security properties are ordered based on CPU hardware-acceleration support. If this dynamic runtime behavior is not desired, use ciphersuite_all_det instead.

  2. ciphersuite_all_det :: [Cipher]

    tls Network.TLS.Extra.Cipher

    Same as ciphersuite_all, but using deterministic preference not influenced by the CPU.

  3. InstallApplicationKeys :: ApplicationSecretInfo -> KeyScheduleEvent

    tls Network.TLS.QUIC

    Key material and parameters for traffic at application level

  4. InstallEarlyKeys :: Maybe EarlySecretInfo -> KeyScheduleEvent

    tls Network.TLS.QUIC

    Key material and parameters for traffic at 0-RTT level

  5. InstallHandshakeKeys :: HandshakeSecretInfo -> KeyScheduleEvent

    tls Network.TLS.QUIC

    Key material and parameters for traffic at handshake level

  6. data QUICCallbacks

    tls Network.TLS.QUIC

    Callbacks implemented by QUIC and to be called by TLS at specific points during the handshake. TLS may invoke them from external threads but calls are not concurrent. Only a single callback function is called at a given point in time.

  7. QUICCallbacks :: ([(CryptLevel, ByteString)] -> IO ()) -> (CryptLevel -> IO (Either TLSError ByteString)) -> (Context -> KeyScheduleEvent -> IO ()) -> (Context -> [ExtensionRaw] -> IO ()) -> (Context -> IO ()) -> QUICCallbacks

    tls Network.TLS.QUIC

    No documentation available.

  8. quicInstallKeys :: QUICCallbacks -> Context -> KeyScheduleEvent -> IO ()

    tls Network.TLS.QUIC

    Called by TLS when new encryption material is ready to be used in the handshake. The next quicSend or quicRecv may now use the associated encryption level (although the previous level is also possible: directions Send/Recv do not change at the same time).

  9. KW_CCall :: Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

  10. KW_Forall :: Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

Page 406 of many | Previous | Next