Lines Matching +full:non +full:- +full:descriptive

42  * -- If len is 0, then NULL is returned.
43 * -- If len is non-zero, and allocation fails, then an error message is
164 * are to be considered equal, 0 otherwise. Comparison is case-insensitive
166 * as ASCII codes 0 to 32 inclusive, and also '-', '_', '.', '/', '+' and
173 * (size_t)-1 on error. On error, an explicit error message is printed.
212 * Parse hash function names. This function expects a comma-separated
227 * (zero-terminated). If the curve ID is not known, the name is
230 * to 0 (unless len is 0, in which case nothing is written), and -1 is
255 #define REQ_SHA1 0x0002 /* suite needs SHA-1 */
256 #define REQ_SHA256 0x0004 /* suite needs SHA-256 */
257 #define REQ_SHA384 0x0008 /* suite needs SHA-384 */
269 * Parse a list of cipher suite names. The names are comma-separated. If
290 * to 0 (unless len is 0, in which case nothing is written), and -1 is
317 * Get a curve by symbolic name. If the name is not recognized, -1 is
336 * Write a file completely. This returns 0 on success, -1 on error. On
342 * This function returns non-zero if the provided buffer "looks like"
343 * a DER-encoded ASN.1 object (criteria: it has the tag for a SEQUENCE
375 * DER-encoded certificate, and a text file that contains
376 * PEM-encoded certificates (and possibly other objects, which are
470 * signatures). If the hash function ID is 0 (for MD5+SHA-1), or if
471 * the ID is not one of the SHA-* functions (SHA-1, SHA-224, SHA-256,
472 * SHA-384, SHA-512), then this function returns NULL.
485 * not NULL then '*comment' is then set to a descriptive human-readable
496 * If 'long_name' is non-zero, then the returned name recalls the
506 * non-blocking descriptor.
514 * -1 early socket close
515 * -2 stdout was closed, or something failed badly
524 * Do the "client" command. Returned value is 0 on success, -1 on failure.
525 * Command-line arguments start _after_ the command name.
530 * Do the "server" command. Returned value is 0 on success, -1 on failure.
531 * Command-line arguments start _after_ the command name.
536 * Do the "verify" command. Returned value is 0 on success, -1 on failure.
537 * Command-line arguments start _after_ the command name.
542 * Do the "skey" command. Returned value is 0 on success, -1 on failure.
543 * Command-line arguments start _after_ the command name.
548 * Do the "ta" command. Returned value is 0 on success, -1 on failure.
549 * Command-line arguments start _after_ the command name.
554 * Do the "chain" command. Returned value is 0 on success, -1 on failure.
555 * Command-line arguments start _after_ the command name.
560 * Do the "twrch" command. Returned value is 0 on success, -1 on failure
561 * (processing or arguments), or a non-zero exit code. Command-line
567 * Do the "impl" command. Returned value is 0 on success, -1 on failure.
568 * Command-line arguments start _after_ the command name.