Home
last modified time | relevance | path

Searched refs:rijndael_cipherInit (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/crypto/rijndael/
H A Drijndael-api-fst.h60 int rijndael_cipherInit(cipherInstance *, uint8_t, char *);
H A Dtest00.c48 rijndael_cipherInit(&ci, MODE_CBC, NULL); in main()
H A Drijndael-api-fst.c67 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() function
/freebsd/stand/libsa/geli/
H A Dgeliboot_crypto.c54 err = rijndael_cipherInit(&cipher, MODE_CBC, iv); in geliboot_crypt()
/freebsd/sys/dev/random/
H A Dhash.c120 rijndael_cipherInit(&context->cipher, MODE_ECB, NULL); in randomdev_encrypt_init()
/freebsd/sys/geom/bde/
H A Dg_bde.h
/freebsd/sys/kern/
H A Dkern_shutdown.c1154 if (rijndael_cipherInit(&kdc->kdc_ci, MODE_CBC, in kerneldumpcrypto_init()
1484 if (rijndael_cipherInit(&kdc->kdc_ci, MODE_CBC, in dump_encrypt()
/freebsd/sbin/gbde/
H A Dgbde.c