Home
last modified time | relevance | path

Searched defs:do_encrypt (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c314 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 Dcipher-chachapoly-libcrypto.c86 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt()
H A Dcipher-chachapoly.c70 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt()
H A Dcipher.c248 int do_encrypt) in cipher_init()
/freebsd/sys/opencrypto/
H A Dxform_aes_xts.c108 size_t len, bool do_encrypt) in aes_xts_crypt()
/freebsd/crypto/openssl/test/
H A Daesgcmtest.c38 static int do_encrypt(unsigned char *iv_gen, unsigned char *ct, int *ct_len, in do_encrypt() function
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c218 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 Drshd.c60 int do_encrypt = 0; variable
H A Drsh.c39 int do_encrypt = -1; variable
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c1089 static void do_encrypt(unsigned char *o, const unsigned char *pin, in do_encrypt() function