Searched refs:rijndael_cipherInit (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-api-fst.h | 61 int rijndael_cipherInit(cipherInstance *, u_int8_t, char *);
|
| H A D | test00.c | 50 rijndael_cipherInit(&ci, MODE_CBC, NULL); in main()
|
| H A D | rijndael-api-fst.c | 70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() function
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 1095 if (rijndael_cipherInit(&kdc->kdc_ci, MODE_CBC, in kerneldumpcrypto_init() 1402 if (rijndael_cipherInit(&kdc->kdc_ci, MODE_CBC, in dump_encrypt()
|