Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CryptBlocks (0.45 sec)

  1. src/crypto/tls/conn.go

    				return nil, 0, alertBadRecordMAC
    			}
    
    			if explicitNonceLen > 0 {
    				c.SetIV(payload[:explicitNonceLen])
    				payload = payload[explicitNonceLen:]
    			}
    			c.CryptBlocks(payload, payload)
    
    			// In a limited attempt to protect against CBC padding oracles like
    			// Lucky13, the data past paddingLen (which is secret) is passed to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top