Home
last modified time | relevance | path

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

/freebsd-13.1/sys/crypto/rijndael/
H A Drijndael-api-fst.h55 } cipherInstance; typedef
61 int rijndael_cipherInit(cipherInstance *, u_int8_t, 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.c70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
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.c44 cipherInstance ci; in main()
/freebsd-13.1/sys/geom/bde/
H A Dg_bde.h177 AES_init(cipherInstance *ci) in AES_init()
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.c126 cipherInstance ci; in g_bde_crypt_read()
160 cipherInstance ci; in g_bde_crypt_write()
200 cipherInstance ci; in g_bde_crypt_delete()
H A Dg_bde_lock.c312 cipherInstance ci; in g_bde_keyloc_encrypt()
329 cipherInstance ci; in g_bde_keyloc_decrypt()
363 cipherInstance ci; in g_bde_decrypt_lockx()
/freebsd-13.1/sys/dev/random/
H A Dhash.h56 cipherInstance cipher; /* Rijndael internal */
/freebsd-13.1/stand/libsa/geli/
H A Dgeliboot_crypto.c42 cipherInstance cipher; in geliboot_crypt()
/freebsd-13.1/sbin/gbde/
H A Dgbde.c259 cipherInstance ci; in encrypt_sector()
/freebsd-13.1/sys/kern/
H A Dkern_shutdown.c193 cipherInstance aes_ci;