diff options
author | Ritesh Khadgaray <khadgaray@gmail.com> | 2020-10-17 19:28:22 -0700 |
---|---|---|
committer | Ritesh Khadgaray <khadgaray@gmail.com> | 2020-10-17 19:28:22 -0700 |
commit | e03e40095302b5e316aeb98d4fc02f19b1895965 (patch) | |
tree | ded907d60631dccc480794db1f41754d4bab75b6 /src | |
parent | c51f63a5f83a742b7b19870ccaa5a508dfe3367b (diff) | |
download | nix-e03e40095302b5e316aeb98d4fc02f19b1895965.zip |
test_af_alg_aead waits indefinitely
Starting with kernel 4.9, the crypto interface changed slightly such that the authentication tag memory is only needed in the output buffer for encryption and in the input buffer for decryption.
Thus, we have fewer bytes to read than the buffer size. Do not block on read.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions