#include <openpgpsdk/packet.h>#include <openpgpsdk/packet-parse.h>#include <openpgpsdk/util.h>#include <openpgpsdk/accumulate.h>#include "keyring_local.h"#include "parse_local.h"#include <openpgpsdk/signature.h>#include <assert.h>#include <stdlib.h>#include <string.h>#include <openpgpsdk/final.h>Functions | |
| int | ops_parse_and_accumulate (ops_keyring_t *keyring, ops_parse_info_t *parse_info) |
| Parse packets from an input stream until EOF or error. | |
| void | ops_dump_keyring (const ops_keyring_t *keyring) |
| ops_dump_keyring | |
|
||||||||||||
|
Parse packets from an input stream until EOF or error. Key data found in the parsed data is added to keyring.
|
1.4.6