Searched refs:rijndael_makeKey (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-api-fst.h | 59 int rijndael_makeKey(keyInstance *, u_int8_t, int, const char *);
|
| H A D | test00.c | 53 rijndael_makeKey(&ki, DIR_DECRYPT, 128, key); in main()
|
| H A D | rijndael-api-fst.c | 37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey() function
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 1048 if (rijndael_makeKey(&kdc->kdc_ki, DIR_ENCRYPT, 256, key) <= 0) in kerneldumpcrypto_create()
|