Searched refs:cipherInstance (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/crypto/rijndael/ |
| H A D | rijndael-api-fst.h | 55 } 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 D | rijndael-api-fst.c | 70 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 D | test00.c | 44 cipherInstance ci; in main()
|
| /freebsd-13.1/sys/geom/bde/ |
| H A D | g_bde.h | 177 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 D | g_bde_crypt.c | 126 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 D | g_bde_lock.c | 312 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 D | hash.h | 56 cipherInstance cipher; /* Rijndael internal */
|
| /freebsd-13.1/stand/libsa/geli/ |
| H A D | geliboot_crypto.c | 42 cipherInstance cipher; in geliboot_crypt()
|
| /freebsd-13.1/sbin/gbde/ |
| H A D | gbde.c | 259 cipherInstance ci; in encrypt_sector()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_shutdown.c | 193 cipherInstance aes_ci;
|