Home
last modified time | relevance | path

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

/freebsd-14.2/sys/crypto/rijndael/
H A Drijndael-api-fst.h54 } cipherInstance; typedef
60 int rijndael_cipherInit(cipherInstance *, uint8_t, 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.c68 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
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.c42 cipherInstance ci; in main()
/freebsd-14.2/sys/geom/bde/
H A Dg_bde.h180 AES_init(cipherInstance *ci) in AES_init()
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.c124 cipherInstance ci; in g_bde_crypt_read()
158 cipherInstance ci; in g_bde_crypt_write()
198 cipherInstance ci; in g_bde_crypt_delete()
H A Dg_bde_lock.c310 cipherInstance ci; in g_bde_keyloc_encrypt()
327 cipherInstance ci; in g_bde_keyloc_decrypt()
361 cipherInstance ci; in g_bde_decrypt_lockx()
/freebsd-14.2/sys/dev/random/
H A Dhash.h54 cipherInstance cipher; /* Rijndael internal */
/freebsd-14.2/stand/libsa/geli/
H A Dgeliboot_crypto.c40 cipherInstance cipher; in geliboot_crypt()
/freebsd-14.2/sbin/gbde/
H A Dgbde.c257 cipherInstance ci; in encrypt_sector()
/freebsd-14.2/sys/kern/
H A Dkern_shutdown.c196 cipherInstance aes_ci;