Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c94 std_set_iv(pgp_crypt_t *crypt, const uint8_t *iv) in std_set_iv()
101 std_set_key(pgp_crypt_t *crypt, const uint8_t *key) in std_set_key()
107 std_resync(pgp_crypt_t *decrypt) in std_resync()
121 std_finish(pgp_crypt_t *crypt) in std_finish()
134 cast5_init(pgp_crypt_t *crypt) in cast5_init()
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()
182 static pgp_crypt_t cast5 =
[all …]
H A Dcrypto.h79 struct pgp_crypt_t { struct
83 void (*set_iv)(pgp_crypt_t *, const uint8_t *); argument
84 void (*set_crypt_key)(pgp_crypt_t *, const uint8_t *); argument
85 int (*base_init)(pgp_crypt_t *); argument
86 void (*decrypt_resync)(pgp_crypt_t *); argument
88 void (*block_encrypt)(pgp_crypt_t *, void *, const void *); argument
89 void (*block_decrypt)(pgp_crypt_t *, void *, const void *); argument
91 void (*cfb_encrypt)(pgp_crypt_t *, void *, const void *, size_t); argument
92 void (*cfb_decrypt)(pgp_crypt_t *, void *, const void *, size_t); argument
93 void (*decrypt_finish)(pgp_crypt_t *); argument
[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 Dtypes.h72 typedef struct pgp_crypt_t pgp_crypt_t; typedef
H A Dwriter.c923 pgp_crypt_t *crypt;
992 pgp_push_enc_crypt(pgp_output_t *output, pgp_crypt_t *pgp_crypt) in pgp_push_enc_crypt()
1013 pgp_crypt_t *crypt;
1033 pgp_crypt_t *encrypted; in pgp_push_enc_se_ip()
1141 pgp_crypt_t *crypted) in pgp_write_se_ip_pktset()
1385 pgp_crypt_t *crypt;
1420 pgp_crypt_t *encrypted; in pgp_push_stream_enc_se_ip()
H A Dcreate.c289 pgp_crypt_t crypted; in write_seckey_body()
853 create_unencoded_m_buf(pgp_pk_sesskey_t *sesskey, pgp_crypt_t *cipherinfo, uint8_t *m_buf) in create_unencoded_m_buf()
953 pgp_crypt_t cipherinfo; in pgp_create_pk_sesskey()
1254 pgp_crypt_t crypt_info; in pgp_write_symm_enc_data()
H A Dpacket-parse.h117 pgp_crypt_t *pgp_get_decrypt(pgp_stream_t *);
H A Dreader.c1404 pgp_crypt_t *decrypt;
1534 pgp_reader_push_decrypt(pgp_stream_t *stream, pgp_crypt_t *decrypt, in pgp_reader_push_decrypt()
1576 pgp_crypt_t *decrypt;
1721 pgp_reader_push_se_ip_data(pgp_stream_t *stream, pgp_crypt_t *decrypt, in pgp_reader_push_se_ip_data()
H A Dssh2pgp.c347 pgp_crypt_t crypted; in pgp_ssh2seckey()
H A Dpacket-parse.c2405 pgp_crypt_t decrypt; in parse_seckey()
2940 pgp_crypt_t *decrypt; in decrypt_se_data()
3000 pgp_crypt_t *decrypt; in decrypt_se_ip_data()
3533 pgp_crypt_t *