Searched refs:rijndael_cipherInit (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.h | 60 int rijndael_cipherInit(cipherInstance *, uint8_t, char *);
|
H A D | test00.c | 48 rijndael_cipherInit(&ci, MODE_CBC, NULL); in main()
|
H A D | rijndael-api-fst.c | 67 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() function
|
/freebsd/stand/libsa/geli/ |
H A D | geliboot_crypto.c | 54 err = rijndael_cipherInit(&cipher, MODE_CBC, iv); in geliboot_crypt()
|
/freebsd/sys/dev/random/ |
H A D | hash.c | 120 rijndael_cipherInit(&context->cipher, MODE_ECB, NULL); in randomdev_encrypt_init()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde.h |
|
/freebsd/sys/kern/ |
H A D | kern_shutdown.c | 1154 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 D | gbde.c |
|