Home
last modified time | relevance | path

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

/freebsd-12.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.c72 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
86 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
201 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
264 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
363 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
H A Dtest00.c44 cipherInstance ci; in main()
/freebsd-12.1/sys/geom/bde/
H A Dg_bde.h178 AES_init(cipherInstance *ci) in AES_init()
196 AES_encrypt(cipherInstance *ci, keyInstance *ki, const void *in, void *out, u_int len) in AES_encrypt()
205 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()
161 cipherInstance ci; in g_bde_crypt_write()
202 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-12.1/sys/dev/random/
H A Dhash.h48 cipherInstance cipher; /* Rijndael internal */
/freebsd-12.1/stand/libsa/geli/
H A Dgeliboot_crypto.c42 cipherInstance cipher; in geliboot_crypt()
/freebsd-12.1/sbin/gbde/
H A Dgbde.c270 cipherInstance ci; in encrypt_sector()
/freebsd-12.1/sys/kern/
H A Dkern_shutdown.c181 cipherInstance kdc_ci;