Searched refs:cipherInstance (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-api-fst.h | 55 } cipherInstance; typedef 61 int rijndael_cipherInit(cipherInstance *, u_int8_t, char *); 63 int rijndael_blockEncrypt(cipherInstance *, keyInstance *, const u_int8_t *, 65 int rijndael_padEncrypt(cipherInstance *, keyInstance *, const u_int8_t *, 68 int rijndael_blockDecrypt(cipherInstance *, keyInstance *, const u_int8_t *, 70 int rijndael_padDecrypt(cipherInstance *, keyInstance *, const u_int8_t *,
|
| H A D | rijndael-api-fst.c | 70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() 84 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() 200 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt() 264 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt() 364 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
|
| H A D | test00.c | 44 cipherInstance ci; in main()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 193 cipherInstance aes_ci;
|