Home
last modified time | relevance | path

Searched refs:cipherInstance (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.h54 } cipherInstance; typedef
60 int rijndael_cipherInit(cipherInstance *, u_int8_t, char *);
62 int rijndael_blockEncrypt(cipherInstance *, keyInstance *, const u_int8_t *,
64 int rijndael_padEncrypt(cipherInstance *, keyInstance *, const u_int8_t *,
67 int rijndael_blockDecrypt(cipherInstance *, keyInstance *, const u_int8_t *,
69 int rijndael_padDecrypt(cipherInstance *, keyInstance *, const u_int8_t *,
H A Drijndael-api-fst.c70 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()
/third_party/FreeBSD/sys/dev/random/
H A Dhash.h52 cipherInstance cipher; /* Rijndael internal */

Completed in 2 milliseconds