Searched refs:keyInstance (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.h | 48 } 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 D | rijndael-api-fst.c | 34 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 D | test00.c | 41 keyInstance ki; in main()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde.h |
|
H A D | g_bde_crypt.c |
|
H A D | g_bde_lock.c |
|
/freebsd/sys/dev/random/ |
H A D | hash.h | 53 keyInstance key; /* Key schedule */
|
/freebsd/stand/libsa/geli/ |
H A D | geliboot_crypto.c | 39 keyInstance aeskey; in geliboot_crypt()
|
/freebsd/sbin/gbde/ |
H A D | gbde.c |
|
/freebsd/sys/kern/ |
H A D | kern_shutdown.c | 193 keyInstance aes_ki;
|