Searched refs:keyInstance (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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 | 35 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey() 82 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() 198 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt() 262 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt() 362 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
|
| H A D | test00.c | 41 keyInstance ki; in main()
|
| /freebsd-14.2/sys/geom/bde/ |
| H A D | g_bde.h | 189 AES_makekey(keyInstance *ki, int dir, u_int len, const void *key) in AES_makekey() 198 AES_encrypt(cipherInstance *ci, keyInstance *ki, const void *in, void *out, u_int len) in AES_encrypt() 207 AES_decrypt(cipherInstance *ci, keyInstance *ki, const void *in, void *out, u_int len) in AES_decrypt()
|
| H A D | g_bde_crypt.c | 80 g_bde_kkey(struct g_bde_softc *sc, keyInstance *ki, int dir, off_t sector) in g_bde_kkey() 123 keyInstance ki; in g_bde_crypt_read() 157 keyInstance ki; in g_bde_crypt_write() 197 keyInstance ki; in g_bde_crypt_delete()
|
| H A D | g_bde_lock.c | 309 keyInstance ki; in g_bde_keyloc_encrypt() 326 keyInstance ki; in g_bde_keyloc_decrypt() 360 keyInstance ki; in g_bde_decrypt_lockx()
|
| /freebsd-14.2/sys/dev/random/ |
| H A D | hash.h | 53 keyInstance key; /* Key schedule */
|
| /freebsd-14.2/stand/libsa/geli/ |
| H A D | geliboot_crypto.c | 39 keyInstance aeskey; in geliboot_crypt()
|
| /freebsd-14.2/sbin/gbde/ |
| H A D | gbde.c | 256 keyInstance ki; in encrypt_sector()
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_shutdown.c | 195 keyInstance aes_ki;
|