Data Fields | |
const char * | name |
int | code |
const char * | int_name |
int | key_len |
int | block_len |
Definition at line 60 of file pgp.c.
Definition at line 66 of file pgp.c.
Referenced by pgp_get_cipher_block_size().
Definition at line 63 of file pgp.c.
Referenced by get_cipher_info(), pgp_get_cipher_code(), pgp_set_cipher_algo(), pgp_set_s2k_cipher_algo(), and pgp_set_s2k_digest_algo().
const char* cipher_info::int_name |
Definition at line 64 of file pgp.c.
Referenced by pgp_load_cipher().
Definition at line 65 of file pgp.c.
Referenced by pgp_get_cipher_key_size().
const char* cipher_info::name |
Definition at line 62 of file pgp.c.
Referenced by get_cipher_info(), pgp_get_cipher_code(), and pgp_get_cipher_name().