Home
last modified time | relevance | path

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

/freebsd-13.1/sys/crypto/rijndael/
H A Drijndael-api-fst.h49 } 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 Drijndael-api-fst.c37 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 Dtest00.c43 keyInstance ki; in main()
/freebsd-13.1/sys/geom/bde/
H A Dg_bde.h186 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 Dg_bde_crypt.c82 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 Dg_bde_lock.c311 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 Dhash.h55 keyInstance key; /* Key schedule */
/freebsd-13.1/stand/libsa/geli/
H A Dgeliboot_crypto.c41 keyInstance aeskey; in geliboot_crypt()
/freebsd-13.1/sbin/gbde/
H A Dgbde.c258 keyInstance ki; in encrypt_sector()
/freebsd-13.1/sys/kern/
H A Dkern_shutdown.c192 keyInstance aes_ki;