Searched refs:pgp_crypt_t (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dtypes.h72 typedef struct pgp_crypt_t pgp_crypt_t; typedef in typeref:struct:pgp_crypt_t
H A Dsymmetric.c94 std_set_iv(pgp_crypt_t *crypt, const uint8_t *iv)
101 std_set_key(pgp_crypt_t *crypt, const uint8_t *key)
107 std_resync(pgp_crypt_t *decrypt)
121 std_finish(pgp_crypt_t *crypt)
134 cast5_init(pgp_crypt_t *crypt)
153 cast5_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in)
159 cast5_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in)
165 cast5_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count)
173 cast5_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count)
182 static pgp_crypt_t cast
[all...]
H A Dcrypto.h78 /** pgp_crypt_t */
79 struct pgp_crypt_t { struct
83 void (*set_iv)(pgp_crypt_t *, const uint8_t *);
84 void (*set_crypt_key)(pgp_crypt_t *, const uint8_t *);
85 int (*base_init)(pgp_crypt_t *);
86 void (*decrypt_resync)(pgp_crypt_t *);
88 void (*block_encrypt)(pgp_crypt_t *, void *, const void *);
89 void (*block_decrypt)(pgp_crypt_t *, void *, const void *);
91 void (*cfb_encrypt)(pgp_crypt_t *, void *, const void *, size_t);
92 void (*cfb_decrypt)(pgp_crypt_t *, voi
[all...]
H A Dreaderwriter.h68 void pgp_reader_push_se_ip_data(pgp_stream_t *, pgp_crypt_t *,
76 pgp_crypt_t *);
77 void pgp_push_enc_crypt(pgp_output_t *, pgp_crypt_t *);
H A Dpacket-parse.h117 pgp_crypt_t *pgp_get_decrypt(pgp_stream_t *);
H A Dwriter.c923 pgp_crypt_t *crypt;
992 pgp_push_enc_crypt(pgp_output_t *output, pgp_crypt_t *pgp_crypt)
1013 pgp_crypt_t *crypt;
1033 pgp_crypt_t *encrypted;
1141 pgp_crypt_t *crypted)
1385 pgp_crypt_t *crypt;
1420 pgp_crypt_t *encrypted;
H A Dcreate.c289 pgp_crypt_t crypted;
853 create_unencoded_m_buf(pgp_pk_sesskey_t *sesskey, pgp_crypt_t *cipherinfo, uint8_t *m_buf)
953 pgp_crypt_t cipherinfo;
1254 pgp_crypt_t crypt_info;
H A Dssh2pgp.c347 pgp_crypt_t crypted;
H A Dreader.c1404 pgp_crypt_t *decrypt;
1534 pgp_reader_push_decrypt(pgp_stream_t *stream, pgp_crypt_t *decrypt,
1576 pgp_crypt_t *decrypt;
1721 pgp_reader_push_se_ip_data(pgp_stream_t *stream, pgp_crypt_t *decrypt,
H A Dpacket-parse.c2405 pgp_crypt_t decrypt;
2940 pgp_crypt_t *decrypt;
3000 pgp_crypt_t *decrypt;
3533 pgp_crypt_t *

Completed in 213 milliseconds