Home
last modified time | relevance | path

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

/freebsd/sys/crypto/rijndael/
H A Drijndael-api-fst.h48 } keyInstance; typedef
58 int rijndael_makeKey(keyInstance *, uint8_t, int, const 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.c34 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey()
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.c41 keyInstance ki; in main()
/freebsd/sys/geom/bde/
H A Dg_bde.h
H A Dg_bde_crypt.c
H A Dg_bde_lock.c
/freebsd/sys/dev/random/
H A Dhash.h53 keyInstance key; /* Key schedule */
/freebsd/stand/libsa/geli/
H A Dgeliboot_crypto.c39 keyInstance aeskey; in geliboot_crypt()
/freebsd/sbin/gbde/
H A Dgbde.c
/freebsd/sys/kern/
H A Dkern_shutdown.c193 keyInstance aes_ki;