Home
last modified time | relevance | path

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

/freebsd-14.2/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.c35 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 Dtest00.c41 keyInstance ki; in main()
/freebsd-14.2/sys/geom/bde/
H A Dg_bde.h189 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 Dg_bde_crypt.c80 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 Dg_bde_lock.c309 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 Dhash.h53 keyInstance key; /* Key schedule */
/freebsd-14.2/stand/libsa/geli/
H A Dgeliboot_crypto.c39 keyInstance aeskey; in geliboot_crypt()
/freebsd-14.2/sbin/gbde/
H A Dgbde.c256 keyInstance ki; in encrypt_sector()
/freebsd-14.2/sys/kern/
H A Dkern_shutdown.c195 keyInstance aes_ki;