Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c118 gcry_cipher_hd_t gcry_cipher_hd; member
899 err = gcry_cipher_encrypt(fek->gcry_cipher_hd, outbuf, 8, NULL, 0); in ntfs_desx_decrypt()
917 err = gcry_cipher_decrypt(fek->gcry_cipher_hd, outbuf, 8, NULL, 0); in ntfs_desx_encrypt()
988 gcry_cipher_hd_t gcry_cipher_hd; in ntfs_des_test() local
990 err = gcry_cipher_open(&gcry_cipher_hd, GCRY_CIPHER_DES, in ntfs_des_test()
997 err = gcry_cipher_setkey(gcry_cipher_hd, known_des_key, in ntfs_des_test()
1001 gcry_cipher_close(gcry_cipher_hd); in ntfs_des_test()
1007 err = gcry_cipher_encrypt(gcry_cipher_hd, test_decrypted_data, in ntfs_des_test()
1010 gcry_cipher_close(gcry_cipher_hd); in ntfs_des_test()
1116 err = gcry_cipher_open(&fek->gcry_cipher_hd, gcry_alg in ntfs_fek_import_from_raw()
[all...]

Completed in 3 milliseconds