Searched defs:out_whitening (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c134 u64 in_whitening, out_whitening; member in struct:__anon2165
668 u64 *out_whitening, u64 *in_whitening)
698 *out_whitening = *(u64*)md;
732 err = ntfs_desx_key_expand(key, (u32*)des_key, &ctx->out_whitening,
767 *(u64*)outbuf = *(const u64*)inbuf ^ ctx->out_whitening;
667 ntfs_desx_key_expand(const u8 *src, u32 *des_key, u64 *out_whitening, u64 *in_whitening) argument

Completed in 26 milliseconds