Searched defs:do_encrypt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/opencrypto/
H A Dxform_aes_xts.c102 aes_xts_crypt(struct aes_xts_ctx *ctx, const uint8_t *in, uint8_t *out, u_int do_encrypt) argument
/freebsd-13-stable/crypto/openssh/
H A Dcipher-chachapoly.c52 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) argument
H A Dcipher.c236 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, const u_char *key, u_int keylen, const u_char *iv, u_int ivlen, int do_encrypt) argument
/freebsd-13-stable/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c164 armv8_aes_crypt_xts_block(int rounds, const uint8x16_t *key_schedule, uint8x16_t *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
182 armv8_aes_crypt_xts(int rounds, const uint8x16_t *data_schedule, const uint8x16_t *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) argument
/freebsd-13-stable/sys/crypto/aesni/
H A Daesni_wrap.c308 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
326 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
379 aesni_crypt_xts(int rounds, const __m128i *data_schedule, const __m128i *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) argument
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c1089 static void do_encrypt(unsigned char *o, const unsigned char *pin, function
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drsh.c39 int do_encrypt = -1; variable
H A Drshd.c60 int do_encrypt = 0; variable

Completed in 144 milliseconds