Functions |
| int | R_CR_get_error (R_CR *crypto, int *data) |
| | Returns the code of the last error that occurred in a cryptographic operation. More...
|
| int | R_CR_get_reason (R_CR *crypto, int *data) |
| | Returns the reason code of the last error that occurred in a cryptographic operation. More...
|
| int | R_CR_get_detail (R_CR *crypto, int *data) |
| | Returns the detail code of the last error that occurred in a cryptographic operation. More...
|
| int | R_CR_get_function (R_CR *crypto, int *data) |
| | Returns the code for the function where the last error occurred. More...
|
| int | R_CR_get_line (R_CR *crypto, int *data) |
| | Returns the line number of the file containing the function where the last error in a cryptographic operation occurred. More...
|
| int | R_CR_get_file (R_CR *crypto, char **data) |
| | Returns the name of the file containing the function where the last error in a cryptographic operation occurred. More...
|
| int | R_CR_get_error_string (R_CR *crypto, char **data) |
| | Returns the textual description of the last error that occurred in a cryptographic operation. More...
|
| int | R_CR_get_reason_string (R_CR *crypto, char **data) |
| | Returns the textual description of the reason code of the last error that occurred in a cryptographic operation. More...
|
| int | R_CR_get_detail_string (R_CR *crypto, char **data) |
| | Returns the textual description of the detail code of the last error that occurred in a cryptographic operation. More...
|
| int | R_CR_get_function_string (R_CR *crypto, char **data) |
| | Returns the textual description of the function where the last error occurred. More...
|