Searched refs:keyInstance (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/crypto/rijndael/ |
| H A D | rijndael-api-fst.h | 49 } keyInstance; typedef 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 D | rijndael-api-fst.c | 37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey() 84 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() 200 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt() 264 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt() 364 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
|
| H A D | test00.c | 43 keyInstance ki; in main()
|
| /freebsd-13.1/sys/geom/bde/ |
| H A D | g_bde.h | 186 AES_makekey(keyInstance *ki, int dir, u_int len, const void *key) in AES_makekey() 195 AES_encrypt(cipherInstance *ci, keyInstance *ki, const void *in, void *out, u_int len) in AES_encrypt() 204 AES_decrypt(cipherInstance *ci, keyInstance *ki, const void *in, void *out, u_int len) in AES_decrypt()
|
| H A D | g_bde_crypt.c | 82 g_bde_kkey(struct g_bde_softc *sc, keyInstance *ki, int dir, off_t sector) in g_bde_kkey() 125 keyInstance ki; in g_bde_crypt_read() 159 keyInstance ki; in g_bde_crypt_write() 199 keyInstance ki; in g_bde_crypt_delete()
|
| H A D | g_bde_lock.c | 311 keyInstance ki; in g_bde_keyloc_encrypt() 328 keyInstance ki; in g_bde_keyloc_decrypt() 362 keyInstance ki; in g_bde_decrypt_lockx()
|
| /freebsd-13.1/sys/dev/random/ |
| H A D | hash.h | 55 keyInstance key; /* Key schedule */
|
| /freebsd-13.1/stand/libsa/geli/ |
| H A D | geliboot_crypto.c | 41 keyInstance aeskey; in geliboot_crypt()
|
| /freebsd-13.1/sbin/gbde/ |
| H A D | gbde.c | 258 keyInstance ki; in encrypt_sector()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_shutdown.c | 192 keyInstance aes_ki;
|