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

/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.h49 } keyInstance; typedef in typeref:struct:__anon8906
59 int rijndael_makeKey(keyInstance *, u_int8_t, int, const 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 Dtest00.c43 keyInstance ki;
H A Drijndael-api-fst.c37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen,
86 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
201 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
264 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
363 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
/freebsd-11-stable/sys/dev/random/
H A Dhash.h47 keyInstance key; /* Key schedule */
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.h185 AES_makekey(keyInstance *ki, int dir, u_int len, const void *key)
194 AES_encrypt(cipherInstance *ci, keyInstance *ki, const void *in, void *out, u_int len)
203 AES_decrypt(cipherInstance *ci, keyInstance *ki, const 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-11-stable/stand/libsa/geli/
H A Dgeliboot_crypto.c41 keyInstance aeskey;
/freebsd-11-stable/sys/geom/
H A Dgeom_aes.c99 g_aes_makekey(struct g_aes_softc *sc, off_t off, keyInstance *ki, int dir)
140 keyInstance dkey;
179 keyInstance ekey;
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c269 keyInstance ki;

Completed in 210 milliseconds