Home
last modified time | relevance | path

Searched refs:any (Results 1 – 8 of 8) sorted by relevance

/ssl/test/runner/
A Dcipher_suites.go88 cipher func(key, iv []byte, isRead bool) any
154 func cipherNull(key, iv []byte, isRead bool) any {
167 func cipher3DES(key, iv []byte, isRead bool) any {
179 func cipherAES(key, iv []byte, isRead bool) any {
A Dcommon.go2459 state any
2463 func (c *lruSessionCache) Put(sessionKey string, cs any) {
2491 func (c *lruSessionCache) Get(sessionKey string) (any, bool) {
2605 func unexpectedMessageError(wanted, got any) error { argument
2637 func ptrTo[T any](t T) *T { return &t } argument
A Dconn.go213 cipher any // cipher algorithm
279 func (hc *halfConn) newEpochState(epoch uint16, cipher any, mac macFunction) epochState {
289 func (hc *halfConn) prepareCipherSpec(version uint16, cipher any, mac macFunction) {
1445 func (c *Conn) readHandshake() (any, error) {
1534 func readHandshakeType[T any](c *Conn) (*T, error) { argument
A Dsign.go289 func getSigner(isClient bool, version uint16, key any, config *Config, sigAlg signatureAlgorithm, i… argument
A Dprf.go465 …icAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection, isDTLS bool) any {
A Dhandshake_client.go971 func (hs *clientHandshakeState) checkECHConfirmation(msg any, hello *clientHelloMsg, finishedHash *…
994 func (hs *clientHandshakeState) doTLS13Handshake(msg any) error {
1947 var clientCipher, serverCipher any
A Dhandshake_server.go2134 var clientCipher, serverCipher any
/ssl/test/
A DPORTING.md22 tree, but any program can be supplied via the `-shim-path` flag. The

Completed in 31 milliseconds