Searched refs:gcry_cipher_decrypt (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Daeswrap.c114 err = gcry_cipher_decrypt (hd, outbuf, outbuflen, expected, expectedlen);
117 fail ("gcry_cipher_decrypt failed: %s\n", gpg_strerror (err));
143 err = gcry_cipher_decrypt (hd, outbuf, outbuflen, expected, expectedlen);
146 fail ("gcry_cipher_decrypt(2) failed: %s\n", gpg_strerror (err));
158 err = gcry_cipher_decrypt (hd, outbuf, outbuflen, expected, expectedlen);
161 fail ("gcry_cipher_decrypt(3) failed: %s\n", gpg_strerror (err));
H A Dregister.c143 err = gcry_cipher_decrypt (h,
H A Dbasic.c340 err = gcry_cipher_decrypt (hd, out, tv[i].inlen, NULL, 0);
343 fail ("aes-cbc-cts, gcry_cipher_decrypt failed: %s\n",
639 err = gcry_cipher_decrypt (hdd, out, tv[i].data[j].inlen, NULL, 0);
642 fail ("aes-ctr, gcry_cipher_decrypt (%d, %d) failed: %s\n",
684 err = gcry_cipher_decrypt (hde, out, MAX_DATA_LEN,
689 err = gcry_cipher_decrypt (hde, out, 15,
695 err = gcry_cipher_decrypt (hde, out, 0,
701 err = gcry_cipher_decrypt (hde, out, 16,
864 err = gcry_cipher_decrypt (hdd, out, tv[i].data[j].inlen, NULL, 0);
867 fail ("aes-cfb, gcry_cipher_decrypt (
[all...]
H A Dfipsdrv.c1108 err = gcry_cipher_decrypt (hd, outbuf, outbuflen, data, inbuflen);
1193 err = gcry_cipher_decrypt (hd, output, blocklen, input, blocklen);
H A Dbenchmark.c716 err = gcry_cipher_decrypt ( hd, outbuf, buflen, buf, buflen);
724 fprintf (stderr, "gcry_cipher_decrypt failed: %s\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx2_passwd.c433 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16, NULL, 0);
538 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16+256, NULL, 0);
H A Duams_dhx2_pam.c474 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16, NULL, 0);
580 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16+256, NULL, 0);
768 ctxerror = gcry_cipher_decrypt(ctx, ibuf, 16+2*256, NULL, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.h87 #define gcry_cipher_decrypt _gcry_cipher_decrypt macro
437 #undef gcry_cipher_decrypt macro
651 MARK_VISIBLE (gcry_cipher_decrypt)
H A Dvisibility.c602 gcry_cipher_decrypt (gcry_cipher_hd_t h, function
H A Dgcrypt.h920 gcry_error_t gcry_cipher_decrypt (gcry_cipher_hd_t h,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c1859 gcry_cipher_decrypt (gcry_cipher_hd_t h, void *out, size_t outsize,
1856 gcry_cipher_decrypt (gcry_cipher_hd_t h, void *out, size_t outsize, function

Completed in 181 milliseconds