Searched defs:do_encrypt (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/crypto/aesni/ |
H A D | aesni_wrap.c | 314 const uint8_t *from, uint8_t *to, int do_encrypt) in aesni_crypt_xts_block() 332 const uint8_t *from, uint8_t *to, int do_encrypt) in aesni_crypt_xts_block8() 386 uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in aesni_crypt_xts()
|
/freebsd/crypto/openssh/ |
H A D | cipher-chachapoly-libcrypto.c | 86 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt()
|
H A D | cipher-chachapoly.c | 70 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt()
|
H A D | cipher.c | 248 int do_encrypt) in cipher_init()
|
/freebsd/sys/opencrypto/ |
H A D | xform_aes_xts.c | 108 size_t len, bool do_encrypt) in aes_xts_crypt()
|
/freebsd/crypto/openssl/test/ |
H A D | aesgcmtest.c | 38 static int do_encrypt(unsigned char *iv_gen, unsigned char *ct, int *ct_len, in do_encrypt() function
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto_wrap.c | 218 uint8x16_t *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) in armv8_aes_crypt_xts_block() 238 const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in armv8_aes_crypt_xts()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rshd.c | 60 int do_encrypt = 0; variable
|
H A D | rsh.c | 39 int do_encrypt = -1; variable
|
/freebsd/crypto/openssl/crypto/aria/ |
H A D | aria.c | 1089 static void do_encrypt(unsigned char *o, const unsigned char *pin, in do_encrypt() function
|