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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c156 gcry_module_t desx_module; member in struct:__anon2167
163 .desx_module = NULL,
936 if (!ntfs_crypto_ctx.desx_module) {
943 &ntfs_crypto_ctx.desx_module);
1181 if (ntfs_crypto_ctx.desx_module) {
1182 gcry_cipher_unregister(ntfs_crypto_ctx.desx_module);
1183 ntfs_crypto_ctx.desx_module = NULL;

Completed in 37 milliseconds