Lines Matching defs:out
153 cast5_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in cast5_block_encrypt()
159 cast5_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in cast5_block_decrypt()
165 cast5_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in cast5_cfb_encrypt()
173 cast5_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in cast5_cfb_decrypt()
228 blowfish_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in blowfish_block_encrypt()
234 blowfish_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in blowfish_block_decrypt()
240 blowfish_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in blowfish_cfb_encrypt()
248 blowfish_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in blowfish_cfb_decrypt()
307 idea_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in idea_block_encrypt()
313 idea_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in idea_block_decrypt()
319 idea_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in idea_cfb_encrypt()
327 idea_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in idea_cfb_decrypt()
386 aes_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in aes_block_encrypt()
392 aes_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in aes_block_decrypt()
398 aes_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in aes_cfb_encrypt()
406 aes_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in aes_cfb_decrypt()
512 tripledes_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in tripledes_block_encrypt()
521 tripledes_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in tripledes_block_decrypt()
530 tripledes_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, in tripledes_cfb_encrypt()
541 tripledes_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, in tripledes_cfb_decrypt()
600 camellia_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in camellia_block_encrypt()
606 camellia_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in camellia_block_decrypt()
612 camellia_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in camellia_cfb_encrypt()
620 camellia_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in camellia_cfb_decrypt()
778 uint8_t *out = outvoid; in pgp_decrypt_se() local
807 uint8_t *out = outvoid; in pgp_encrypt_se() local
864 pgp_encrypt_se_ip(pgp_crypt_t *crypt, void *out, const void *in, in pgp_encrypt_se_ip()
878 pgp_decrypt_se_ip(pgp_crypt_t *crypt, void *out, const void *in, in pgp_decrypt_se_ip()