Lines Matching defs:gcry_cipher_hd
118 gcry_cipher_hd_t gcry_cipher_hd;
899 err = gcry_cipher_encrypt(fek->gcry_cipher_hd, outbuf, 8, NULL, 0);
917 err = gcry_cipher_decrypt(fek->gcry_cipher_hd, outbuf, 8, NULL, 0);
988 gcry_cipher_hd_t gcry_cipher_hd;
990 err = gcry_cipher_open(&gcry_cipher_hd, GCRY_CIPHER_DES,
997 err = gcry_cipher_setkey(gcry_cipher_hd, known_des_key,
1001 gcry_cipher_close(gcry_cipher_hd);
1007 err = gcry_cipher_encrypt(gcry_cipher_hd, test_decrypted_data,
1010 gcry_cipher_close(gcry_cipher_hd);
1116 err = gcry_cipher_open(&fek->gcry_cipher_hd, gcry_algo,
1129 err = gcry_cipher_setkey(fek->gcry_cipher_hd,
1132 err = gcry_cipher_setkey(fek->gcry_cipher_hd, fek->key_data,
1138 gcry_cipher_close(fek->gcry_cipher_hd);
1156 gcry_cipher_close(fek->gcry_cipher_hd);
1280 err = gcry_cipher_reset(fek->gcry_cipher_hd);
1300 err = gcry_cipher_decrypt(fek->gcry_cipher_hd, data, 512, NULL, 0);
1323 err = gcry_cipher_reset(fek->gcry_cipher_hd);
1351 err = gcry_cipher_encrypt(fek->gcry_cipher_hd, data, 512, NULL, 0);