Home | History | Annotate | Download | only in openssl

Lines Matching refs:library

8  * This library is free for commercial and non-commercial use as long as
18 * as the author of the parts of the library used.
34 * The word 'cryptographic' can be left out if the rouines from the library
128 * 1) The library (i.e. ec, pem, rsa) which created it.
133 * The library identifier, function identifier and reason code are packed in a
197 * error:[error code]:[library name]:[function name]:[reason string]
199 * error code is an 8 digit hexadecimal number; library name, function name
213 /* ERR_lib_error_string returns a string representation of the library that
242 * [thread id]:error:[error code]:[library name]:[function name]:
267 * |library| argument to |ERR_put_error|. This is intended for code that wishes
279 #define OPENSSL_PUT_ERROR(library, func, reason) \
280 ERR_put_error(ERR_LIB_##library, library##_F_##func, reason, __FILE__, \
291 OPENSSL_EXPORT void ERR_put_error(int library, int func, int reason,
319 /* packed contains the error library, function and reason, as packed by
468 * library, function or reason code to a string representation of it. */
496 * |library| to error calls. It will be distinct from all built-in library