Name Description Size Coverage
aes.c Retrieved from http://www.cr0.net:8040/code/crypto/aes/aes.c 28690 -
aes.h Retrieved from http://www.cr0.net:8040/code/crypto/aes/aes.h 617 -
ctrmode.c system headers 1750 -
ctrmode.h Encrypt or decrypt data in AES-CTR mode. (The operations are the same.) We roll our own here just to double-check that the calls libotr makes to libgcrypt are doing the right thing. 1212 -
Makefile.am 1262 -
Makefile.in 26736 -
otr_mackey.c system headers 1747 -
otr_modify.c system headers 3550 -
otr_parse.c system headers 6529 -
otr_readforge.c system headers 3637 -
otr_remac.c system headers 3840 -
otr_sesskeys.c system headers 3023 -
otr_toolkit.1 4482 -
parse.c system headers 16536 -
parse.h The base64-decoded data; must be free()d 5713 -
readotr.c system headers 2446 -
readotr.h Read from the given stream until we see a complete OTR Key Exchange or OTR Data message. Return a newly-allocated pointer to a copy of this message, which the caller should free(). Returns NULL if no such message could be found. 1165 -
sesskeys.c system headers 3747 -
sesskeys.h Generate the session id and the two encryption keys from our private DH key and their public DH key. Also indicate in *high_endp if we are the "high" end of the key exchange (set to 1) or the "low" end (set to 0) 1438 -
sha1hmac.c system headers 1929 -
sha1hmac.h Implementation of SHA1-HMAC. We're rolling our own just to double-check that the calls libotr makes to libgcrypt are in fact doing the right thing. 1155 -