Home
last modified time | relevance | path

Searched defs:out (Results 126 – 150 of 2243) sorted by path

12345678910>>...90

/netbsd/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsignature.c159 pgp_output_t *out) in rsa_sign()
H A Dssh2pgp.c107 uint8_t out[3]; in frombase64() local
H A Dsymmetric.c153 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()
228 blowfish_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in blowfish_block_encrypt()
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()
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()
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()
[all …]
H A Dwriter.c94 base_write(pgp_output_t *out, const void *src, unsigned len) in base_write()
/netbsd/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dstubs.c121 idea_cfb64_encrypt(uint8_t *in, uint8_t *out, long length, des_key_schedule *ks, des_cblock *ivec, … in idea_cfb64_encrypt()
134 idea_ecb_encrypt(uint8_t *in, uint8_t *out, IDEA_KEY_SCHEDULE *ks) in idea_ecb_encrypt()
153 Camellia_encrypt(const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) in Camellia_encrypt()
162 Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_… in Camellia_cfb128_encrypt()
175 Camellia_decrypt(const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) in Camellia_decrypt()
205 DES_ede3_cfb64_encrypt(const unsigned char *in,unsigned char *out, long length,DES_key_schedule *ks… in DES_ede3_cfb64_encrypt()
/netbsd/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Ddigest.c312 digest_final(uint8_t *out, digest_t *hash) in digest_final()
/netbsd/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c225 paa_format_response(paa_response_t *response, netpgp_t *netpgp, char *in, char *out, size_t outsize) in paa_format_response()
/netbsd/crypto/external/bsd/netpgp/dist/src/libverify/
H A Db64.c244 char *out = vp; in b64encode() local
310 char *out = vp; in b64decode() local
H A Ddump.c47 char *out = (char *)outvp; in hexdump() local
H A Dlibverify.c1533 pgpv_rsa_public_decrypt(uint8_t *out, const uint8_t *in, size_t length, const pgpv_pubkey_t *pubkey) in pgpv_rsa_public_decrypt()
H A Dpgpsum.c110 calcsum(uint8_t *out, size_t size, uint8_t *mem, size_t cc, const uint8_t *hashed, size_t hashsize,… in calcsum()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgp/
H A Dnetpgp.c195 stdin_to_mem(netpgp_t *netpgp, char **temp, char **out, unsigned *maxsize) in stdin_to_mem()
231 show_output(char *out, int size, const char *header) in show_output()
258 char *out; in netpgp_cmd() local
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Db64.c244 char *out = vp; in netpgpv_b64encode() local
310 char *out = vp; in netpgpv_b64decode() local
H A Ddigest.c208 digest_final(uint8_t *out, digest_t *hash) in digest_final()
H A Dlibverify.c626 uint8_t out[3]; in frombase64() local
1993 pgpv_rsa_public_decrypt(uint8_t *out, const uint8_t *in, size_t length, const pgpv_pubkey_t *pubkey) in pgpv_rsa_public_decrypt()
H A Dmisc.c81 char *out = (char *)outvp; in netpgp_hexdump() local
H A Dpgpsum.c126 calcsum(uint8_t *out, size_t size, uint8_t *mem, size_t cc, const uint8_t *hashed, size_t hashsize,… in calcsum()
H A Dzlib.c481 updatewindow(z_streamp strm, unsigned out) in updatewindow()
1120 unsigned char FAR *out; /* local strm->next_out */ in netpgpv_inflate_fast() local
1441 unsigned in, out; /* save starting available input and output */ in inflate() local
2146 unsigned long in, out; /* temporary to save total_in and total_out */ in inflateSync() local
/netbsd/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
H A Db64.c244 char *out = vp; in b64encode() local
307 char *out = vp; in b64decode() local
/netbsd/crypto/external/bsd/openssh/dist/
H A Dbcrypt_pbkdf.c69 bcrypt_hash(u_int8_t *sha2pass, u_int8_t *sha2salt, u_int8_t *out) in bcrypt_hash()
115 u_int8_t out[BCRYPT_HASHSIZE]; in bcrypt_pbkdf() local
H A Dchannels.c1658 int in, int out, int nonblock) in channel_connect_stdio_fwd()
H A Dhash.c17 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512()
30 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512()
H A Dhostfile.c537 FILE *out; member
H A Dkexc25519.c60 const u_char pub[CURVE25519_SIZE], struct sshbuf *out, int raw) in kexc25519_shared_key_ext()
86 const u_char pub[CURVE25519_SIZE], struct sshbuf *out) in kexc25519_shared_key()
H A Dkexdh.c70 kex_dh_compute_key(struct kex *kex, BIGNUM *dh_pub, struct sshbuf *out) in kex_dh_compute_key()

12345678910>>...90