Lines Matching refs:value
300 * Reserved value (until OpenSSL 1.2.0) 0x00000001U
301 * Reserved value (until OpenSSL 1.2.0) 0x00000002U
306 /* Reserved value (until OpenSSL 1.2.0) 0x00000008U */
308 /* Reserved value (until OpenSSL 1.2.0) 0x00000020U */
311 * Reserved value (until OpenSSL 1.2.0) 0x00000080U
312 * Reserved value (until OpenSSL 1.2.0) 0x00000100U
313 * Reserved value (until OpenSSL 1.2.0) 0x00000200U
568 /* Configuration value types */
579 * Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, they
660 * a server. Return value should be zero on an error, non-zero to proceed.
663 * this using the 'ssl' value they're passed by;
664 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in
973 /* -1 used so that this is an invalid value for the on-the-wire protocol */
1046 * the closest equivalent value in the current state machine code. Not all
1047 * defines have an equivalent and are set to a dummy value (-1). SSL_ST_CONNECT
1128 # define SSL_AD_REASON_OFFSET 1000/* offset to get SSL_R_... value
1186 * value/errno */
1932 __owur const char *SSL_alert_type_string_long(int value);
1933 __owur const char *SSL_alert_type_string(int value);
1934 __owur const char *SSL_alert_desc_string_long(int value);
1935 __owur const char *SSL_alert_desc_string(int value);
2156 __owur int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value);