Gilles Peskine | 3ffd6bc | 2022-11-29 15:44:21 +0100 | [diff] [blame^] | 1 | # these are the numbers we'd get with an empty plaintext and truncated HMAC |
2 | Constant-flow memcpy from offset: small | ||||
3 | ssl_cf_memcpy_offset:0:5:10 | ||||
4 | |||||
5 | # we could get this with 255-bytes plaintext and untruncated SHA-256 | ||||
6 | Constant-flow memcpy from offset: medium | ||||
7 | ssl_cf_memcpy_offset:0:255:32 | ||||
8 | |||||
9 | # we could get this with 255-bytes plaintext and untruncated SHA-384 | ||||
10 | Constant-flow memcpy from offset: large | ||||
11 | ssl_cf_memcpy_offset:100:339:48 |