Functions |
| int | R_CM_free (R_CM *msg) |
| | Deallocates the cryptographic message msg and all associated data. More...
|
| int | R_CM_from_binary (R_CM_CTX *ctx, int flag, R_CM_TYPE type, int encoding_format, size_t max_buf_len, unsigned char *buf, size_t *consumed_len, R_CM **msg) |
| | Creates a cryptographic message from the specified binary data. More...
|
| int | R_CM_get_info (R_CM *msg, R_CM_INFO info_id, void *value) |
| | Retrieves information from the cryptographic message. More...
|
| int | R_CM_set_info (R_CM *msg, R_CM_INFO info_id, void *value) |
| | Sets information into the cryptographic message. More...
|
| int | R_CM_read (R_CM_CTX *ctx, BIO *bio, R_CM_FORMAT format, int encoding_format, R_CM **msg) |
| | Reads the cryptographic message from a BIO into the cryptographic message object. More...
|
| int | R_CM_read_file (R_CM_CTX *ctx, char *filename, R_CM_FORMAT format, int encoding_format, R_CM **msg) |
| | Reads the cryptographic message from a file into the cryptographic message object. More...
|
| int | R_CM_TYPE_from_string (char *str, R_CM_TYPE *type) |
| | Converts a cryptographic message type string to a cryptographic message type value. More...
|
| int | R_CM_TYPE_to_string (R_CM_TYPE type, size_t max_str_len, char *str) |
| | Converts a cryptographic message type value to a cryptographic message type string. More...
|
| int | R_CM_FORMAT_from_string (char *str, R_CM_FORMAT *format) |
| | Converts the string str into a format identifier. More...
|
| int | R_CM_FORMAT_to_string (R_CM_FORMAT format, size_t max_str_len, char *str) |
| | Returns the string representation of the format identifier type. More...
|