Home
last modified time | relevance | path

Searched refs:cipherInstance (Results 1 – 6 of 6) sorted by relevance

/src/sys/crypto/rijndael/
H A Drijndael-api-fst.h54 } cipherInstance; typedef
60 int rijndael_cipherInit(cipherInstance *, uint8_t, char *);
62 int rijndael_blockEncrypt(cipherInstance *, keyInstance *, const uint8_t *,
64 int rijndael_padEncrypt(cipherInstance *, keyInstance *, const uint8_t *,
67 int rijndael_blockDecrypt(cipherInstance *, keyInstance *, const uint8_t *,
69 int rijndael_padDecrypt(cipherInstance *, keyInstance *, const uint8_t *,
H A Drijndael-api-fst.c67 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
81 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
197 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
261 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
361 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
H A Dtest00.c42 cipherInstance ci; in main()
/src/sys/dev/random/
H A Dhash.h54 cipherInstance cipher; /* Rijndael internal */
/src/stand/libsa/geli/
H A Dgeliboot_crypto.c40 cipherInstance cipher; in geliboot_crypt()
/src/sys/kern/
H A Dkern_shutdown.c189 cipherInstance aes_ci;