Searched refs:GELI_DECRYPT (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/libsa/geli/ |
H A D | geliboot_crypto.c | 61 case GELI_DECRYPT: in geliboot_crypt() 85 case GELI_DECRYPT: in geliboot_crypt() 135 return (g_eli_crypto_cipher(algo, GELI_DECRYPT, data, datasize, key, in g_eli_crypto_decrypt()
|
H A D | gelidev.c | 157 rc = geli_io(gdesc->gdev, GELI_DECRYPT, alnstart, iobuf, in geli_dev_strategy() 179 rc = geli_io(gdesc->gdev, GELI_DECRYPT, alnstart, iobuf, in geli_dev_strategy()
|
H A D | geliboot.h | 52 GELI_DECRYPT, enumerator
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 610 if (geli_io(gdsk.gdev, GELI_DECRYPT, lba * DEV_BSIZE, buf, in dskread()
|