]> pd.if.org Git - zpackage/commit
remove encauth ocb ocb3
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 7 Jul 2019 00:30:04 +0000 (00:30 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 7 Jul 2019 00:30:04 +0000 (00:30 +0000)
commita670d5d3211446a123f1af646c867ee4aabadc49
tree94f3b8e1183bbe30d64cccb288060d447766ece3
parent72b60d5f77676b6b500d58bae81a27923fa1bee7
remove encauth ocb ocb3
24 files changed:
Makefile
libtomcrypt/src/encauth/ocb/ocb_decrypt.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_decrypt_verify_memory.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_done_decrypt.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_done_encrypt.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_encrypt.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_encrypt_authenticate_memory.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_init.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_ntz.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_shift_xor.c [deleted file]
libtomcrypt/src/encauth/ocb/ocb_test.c [deleted file]
libtomcrypt/src/encauth/ocb/s_ocb_done.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_add_aad.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_decrypt.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_decrypt_last.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_decrypt_verify_memory.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_done.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_encrypt.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_encrypt_last.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_init.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_int_ntz.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_int_xor_blocks.c [deleted file]
libtomcrypt/src/encauth/ocb3/ocb3_test.c [deleted file]