#include <assert.h>
#include <string.h>
#include "openpgpsdk/crypto.h"
#include "openpgpsdk/keyring.h"
#include "keyring_local.h"
#include "parse_local.h"
#include "openpgpsdk/packet-show.h"
#include "openpgpsdk/util.h"
#include "openpgpsdk/std_print.h"
#include "openpgpsdk/readerwriter.h"
#include "openpgpsdk/armour.h"
Functions | |
| void | print_bn (const char *name, const BIGNUM *bn) |
| void | ops_print_public_keydata (const ops_keydata_t *key) |
| Prints a public key in succinct detail. | |
| void | ops_print_public_key (const ops_public_key_t *pkey) |
| void | ops_print_public_keydata_verbose (const ops_keydata_t *key) |
| Prints a public key in full detail. | |
| void | ops_print_secret_keydata (const ops_keydata_t *key) |
| Prints a secret key. | |
| void | ops_print_secret_key_verbose (const ops_content_tag_t type, const ops_secret_key_t *skey) |
| void | ops_print_secret_keydata_verbose (const ops_keydata_t *key) |
| void | ops_print_pk_session_key (ops_content_tag_t tag, const ops_pk_session_key_t *key) |
| int | ops_print_packet (const ops_parser_content_t *content_) |
| void | ops_list_packets (char *filename, ops_boolean_t armour, ops_keyring_t *keyring, ops_parse_cb_t *cb_get_passphrase) |
1.4.6