• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/

Lines Matching defs:ctxerror

405     gcry_error_t ctxerror;
456 ctxerror = gcry_cipher_open( &ctx, GCRY_CIPHER_CAST5, GCRY_CIPHER_MODE_CBC, 0);
457 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
462 ctxerror = gcry_cipher_setkey(ctx, K_MD5hash, K_hash_len);
463 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
468 ctxerror = gcry_cipher_setiv(ctx, dhx_c2siv, sizeof(dhx_c2siv));
469 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
474 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16, NULL, 0);
475 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
501 ctxerror = gcry_cipher_setiv(ctx, dhx_s2civ, sizeof(dhx_s2civ));
502 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
507 ctxerror = gcry_cipher_encrypt(ctx, rbuf, 32, NULL, 0);
508 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
570 gcry_error_t ctxerror;
588 ctxerror = gcry_cipher_open( &ctx, GCRY_CIPHER_CAST5, GCRY_CIPHER_MODE_CBC, 0);
589 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
594 ctxerror = gcry_cipher_setkey(ctx, K_MD5hash, K_hash_len);
595 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
600 ctxerror = gcry_cipher_setiv(ctx, dhx_c2siv, sizeof(dhx_c2siv));
601 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
610 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16+256, NULL, 0);
611 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
772 gcry_error_t ctxerror;
791 ctxerror = gcry_cipher_open( &ctx, GCRY_CIPHER_CAST5, GCRY_CIPHER_MODE_CBC, 0);
792 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
797 ctxerror = gcry_cipher_setkey(ctx, K_MD5hash, K_hash_len);
798 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
804 ctxerror = gcry_cipher_setiv(ctx, dhx_c2siv, sizeof(dhx_c2siv));
805 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {
814 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16+2*256, NULL, 0);
815 if (gcry_err_code(ctxerror) != GPG_ERR_NO_ERROR) {