master .github debian fuzz libtomcrypt libtommath manpages src test .gitignore CHANGES DEVELOPING.md FUZZER-NOTES.md INSTALL.md LICENSE MULTI.md Makefile.in README.md SMALL.md configure configure.ac fuzzers_test.sh release.sh Latest commit ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
return CRYPT_PK_NOT_PRIVATE; } /* is the IDX valid ? */ if (ltc_ecc_is_valid_idx(key->idx) != 1) { return CRYPT_PK_INVALID_TYPE; } if ((err = prng_is_valid(wprng)) != CRYPT_OK) { return err; } /* get the hash and load it as a bignum into 'e' */ ...
return CRYPT_OK; }static int void_start(int UNUSED(cipher), const unsigned char* UNUSED(IV), const unsigned char* UNUSED(key), int UNUSED(keylen), int UNUSED(num_rounds), void* UNUSED(cipher_state)) { return CRYPT_OK; }/* Mappings for ciphers, parameters are ...
Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of ...
keys->recv.algo_crypt->blocksize; macsize = ses.keys->recv.algo_mac->hashsize;ses.kexstate.datarecv += ses.readbuf->len;#if DROPBEAR_AEAD_MODE if (ses.keys->recv.crypt_mode->aead_crypt) { /* first blocksize is not decrypted yet */ buf_setpos(ses.readbuf, 0);...
if(ses.keys->trans.algo_crypt->cipherdesc==NULL) { fprintf(stderr,"Sorry, I won't let you use interactive auth unencrypted.\n"); }else{ if(!cli_ses.auth_interact_failed) { cli_auth_interactive(); cli_ses.lastauthtype= AUTH_TYPE_INTERACT; ...
&ses.keys->trans.cipher_state) != CRYPT_OK) { dropbear_exit("Error encrypting"); } buf_incrpos(writebuf, len);/* stick the MAC on it */ buf_putbytes(writebuf, mac_bytes, mac_size);/* Update counts */ ses.kexstate.datatrans += writebuf->len;writebuf_enqueue(writebuf, packet...
authstate.authtypes & AUTH_TYPE_PASSWORD)) { if (ses.keys->trans.algo_crypt->cipherdesc == NULL) { fprintf(stderr, "Sorry, I won't let you use password auth unencrypted.\n"); } else { cli_auth_password(); finished = 1; cli_ses.lastauthtype = AUTH_TYPE_PASSWORD; } }...
crypt.lof crypt.tex demos encrypt.c hashsum.c multi.c small.c test.c timing.c tv_gen.c doc footer.html header.html filter.pl fixupind.pl genlist.sh makefile.icc makefile.msvc makefile.shared makefile.unix mess.sh notes base64_tv.txt ccm_tv.txt ...