|
Functions |
| ops_boolean_t | ops_write_compressed (const unsigned char *data, const unsigned int len, ops_create_info_t *cinfo) |
| | Writes Compressed packet.
|
| void | ops_writer_push_compressed (ops_create_info_t *cinfo) |
| | Pushes a compressed writer onto the stack.
|
| ops_boolean_t | ops_write_struct_user_id (ops_user_id_t *id, ops_create_info_t *info) |
| | Writes a User Id packet.
|
| ops_boolean_t | ops_write_user_id (const unsigned char *user_id, ops_create_info_t *info) |
| | Write a User Id packet.
|
| ops_boolean_t | ops_write_struct_public_key (const ops_public_key_t *key, ops_create_info_t *info) |
| | Writes a Public Key packet.
|
| ops_boolean_t | ops_write_rsa_public_key (time_t time, const BIGNUM *n, const BIGNUM *e, ops_create_info_t *info) |
| | Writes one RSA public key packet.
|
| ops_boolean_t | ops_write_struct_secret_key (const ops_secret_key_t *key, const unsigned char *passphrase, const size_t pplen, ops_create_info_t *info) |
| | Writes a Secret Key packet.
|
| ops_boolean_t | ops_write_pk_session_key (ops_create_info_t *info, ops_pk_session_key_t *pksk) |
| | Writes Public Key Session Key packet.
|
| ops_boolean_t | ops_write_mdc (const unsigned char *hashed, ops_create_info_t *info) |
| | Writes MDC packet.
|
| ops_boolean_t | ops_write_literal_data_from_buf (const unsigned char *data, const int maxlen, const ops_literal_data_type_t type, ops_create_info_t *info) |
| | Writes Literal Data packet from buffer.
|
| ops_boolean_t | ops_write_literal_data_from_file (const char *filename, const ops_literal_data_type_t type, ops_create_info_t *info) |
| | Writes Literal Data packet from contents of file.
|
| ops_boolean_t | ops_write_symmetrically_encrypted_data (const unsigned char *data, const int len, ops_create_info_t *info) |
| | Write Symmetrically Encrypted packet.
|
| ops_boolean_t | ops_write_one_pass_sig (const ops_secret_key_t *skey, const ops_hash_algorithm_t hash_alg, const ops_sig_type_t sig_type, ops_create_info_t *info) |
| | Write a One Pass Signature packet.
|
| ops_boolean_t | ops_writer_push_signed (ops_create_info_t *cinfo, const ops_sig_type_t sig_type, const ops_secret_key_t *skey) |
| | Pushes a signed writer onto the stack.
|
| ops_boolean_t | ops_write (const void *src, unsigned length, ops_create_info_t *info) |
| ops_boolean_t | ops_write_scalar (unsigned n, unsigned length, ops_create_info_t *info) |
| ops_boolean_t | ops_write_mpi (const BIGNUM *bn, ops_create_info_t *info) |
| ops_boolean_t | ops_write_ptag (ops_content_tag_t tag, ops_create_info_t *info) |
| ops_boolean_t | ops_write_length (unsigned length, ops_create_info_t *info) |