Searched refs:keyInstance (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/crypto/rijndael/
H A Drijndael-api-fst.h49 } keyInstance; typedef in typeref:struct:__anon7420
59 int rijndael_makeKey(keyInstance *, u_int8_t, int, char *);
63 int rijndael_blockEncrypt(cipherInstance *, keyInstance *, u_int8_t *, int,
65 int rijndael_padEncrypt(cipherInstance *, keyInstance *, u_int8_t *, int,
68 int rijndael_blockDecrypt(cipherInstance *, keyInstance *, u_int8_t *, int,
70 int rijndael_padDecrypt(cipherInstance *, keyInstance *, u_int8_t *, int,
H A Dtest00.c43 keyInstance ki;
H A Drijndael-api-fst.c37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) {
85 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
200 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
263 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
362 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
/freebsd-10.1-release/sys/dev/random/
H A Dhash.h40 keyInstance key; /* Key schedule */
/freebsd-10.1-release/sys/geom/bde/
H A Dg_bde.h185 AES_makekey(keyInstance *ki, int dir, u_int len, void *key)
194 AES_encrypt(cipherInstance *ci, keyInstance *ki, void *in, void *out, u_int len)
203 AES_decrypt(cipherInstance *ci, keyInstance *ki, void *in, void *out, u_int len)
H A Dg_bde_crypt.c80 g_bde_kkey(struct g_bde_softc *sc, keyInstance *ki, int dir, off_t sector)
123 keyInstance ki;
158 keyInstance ki;
199 keyInstance ki;
H A Dg_bde_lock.c309 keyInstance ki;
326 keyInstance ki;
360 keyInstance ki;
/freebsd-10.1-release/sys/geom/
H A Dgeom_aes.c98 g_aes_makekey(struct g_aes_softc *sc, off_t off, keyInstance *ki, int dir)
139 keyInstance dkey;
178 keyInstance ekey;
/freebsd-10.1-release/sbin/gbde/
H A Dgbde.c267 keyInstance ki;

Completed in 146 milliseconds