freebsd-dev/stand/libsa/geli
John Baldwin 4f98ffdd1d Fix libstand build breakage after r361298.
- Use enc_xform_aes_xts.setkey() directly instead of duplicating the code
  now that it no longer calls malloc().
- Rather than bringing back all of xform_userland.h, add a conditional
  #include of <stand.h> to xform_enc.h.
- Update calls to encrypt/decrypt callbacks in enc_xform_aes_xts for
  separate input/output pointers.

Pointy hat to:	jhb
2020-05-20 22:25:41 +00:00
..
geli_metadata.c
geliboot_crypto.c Fix libstand build breakage after r361298. 2020-05-20 22:25:41 +00:00
geliboot_internal.h
geliboot.c
geliboot.h
gelidev.c
Makefile.inc
pwgets.c