Searched defs:pgp_crypt_t (Results 1 – 2 of 2) sorted by relevance
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | crypto.h | 77 struct pgp_crypt_t { struct 81 void (*set_iv)(pgp_crypt_t *, const uint8_t *); argument 82 void (*set_crypt_key)(pgp_crypt_t *, const uint8_t *); argument 83 int (*base_init)(pgp_crypt_t *); argument 84 void (*decrypt_resync)(pgp_crypt_t *); argument 86 void (*block_encrypt)(pgp_crypt_t *, void *, const void *); argument 87 void (*block_decrypt)(pgp_crypt_t *, void *, const void *); argument 89 void (*cfb_encrypt)(pgp_crypt_t *, void *, const void *, size_t); argument 90 void (*cfb_decrypt)(pgp_crypt_t *, void *, const void *, size_t); argument 91 void (*decrypt_finish)(pgp_crypt_t *); argument [all …]
|
H A D | types.h | 72 typedef struct pgp_crypt_t pgp_crypt_t; typedef
|