| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_CTX_set_max_cert_list.pod | 19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's 24 SSL_CTX_get_max_cert_list() returns the currently set maximum size for B<ctx>. 26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's 30 SSL_get_max_cert_list() returns the currently set maximum size for B<ssl>. 35 The TLS/SSL standard does not give any maximum size of the certificate chain. 38 received from a faulty or malicious peer, a maximum size for the certificate 41 The default value for the maximum certificate chain size is 100kB (30kB 43 chains (OpenSSL's default maximum chain length is 10, see 47 For special applications it can be necessary to extend the maximum certificate 57 If the maximum certificate chain size allowed is exceeded, the handshake will
|
| H A D | SSL_CTX_set_session_id_context.pod | 44 The maximum length of the B<sid_ctx> is limited to 70 the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
|
| H A D | SSL_CTX_set_generate_session_id.pod | 42 session id from pseudo random numbers of the maximum possible length. 48 B<id> into and a pointer to the maximum allowed length B<id_len>. The 75 guarantee uniqueness, it is recommended to use the maximum B<id_len> and
|
| H A D | SSL_CTX_sess_set_cache_size.pod | 28 When the maximum number of sessions is reached, no more new sessions are
|
| H A D | SSL_CTX_flush_sessions.pod | 24 up to the specified maximum number (see SSL_CTX_sess_set_cache_size()).
|
| H A D | SSL_CTX_set_timeout.pod | 23 Whenever a new session is created, it is assigned a maximum lifetime. This
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| H A D | WinScrollbar.java | 76 int maximum; // doesn't include the visible area field in WinScrollbar 162 int minimum, int maximum) { in WinScrollbar() argument 164 setValues(value, visible, minimum, maximum); in WinScrollbar() 195 if (value > (maximum - sVisible)) { in setValue() 196 value = maximum - sVisible; in setValue() 220 return maximum; in getMaximum() 274 int maximum) { in setValues() argument 278 if (visible > maximum) in setValues() 279 visible = maximum; in setValues() 281 if (maximum < minimum) { in setValues() [all …]
|
| H A D | VJScrollbar.java | 120 int minimum, int maximum) { in VJScrollbar() argument 122 setValues(value, visible, minimum, maximum); in VJScrollbar() 261 int maximum) { in setValues() argument 263 winScrollbar.setValues(value, visible, minimum, maximum); in setValues() 265 scrollbar.setValues(value, visible, minimum, maximum); in setValues()
|
| H A D | ScrollPanel.java | 394 int maximum = scrollSize.width; in updateHScrollbar() local 399 hbar.setValues(hbar.getValue(), viewSize.width, 0, maximum); in updateHScrollbar() local 427 int maximum = scrollSize.height; in updateVScrollbar() local 431 vbar.setValues(vbar.getValue(), viewSize.height, 0, maximum); in updateVScrollbar() local
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| H A D | DCCircularTextField.java | 36 private int maximum = 59; field in DCCircularTextField 55 maximum = maxValue; in setMaximum() 93 int transMax = maximum - minimum; in increment() 119 if (value > maximum || value < minimum) in checkValue()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| H A D | CreateOptionDialog.java | 62 private IntegerField maximum; field in CreateOptionDialog 267 maximum = new IntegerField(5); in CreateOptionDialog() 269 l.setLabelFor(maximum); in CreateOptionDialog() 274 bag.setConstraints(maximum, c); in CreateOptionDialog() 275 fieldPanel.add(maximum); in CreateOptionDialog() 546 maximum.setEditable(true); in CreateOptionDialog() 550 maximum.setText("0"); in CreateOptionDialog() 551 maximum.setEditable(false); in CreateOptionDialog() 563 maximum.setEditable(true); in CreateOptionDialog() 597 maximum.setValue(option.getMaximum()); in resetValues() [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| H A D | Option.java | 45 private int maximum; field in Option 332 return maximum; in getMaximum() 340 maximum = m; in setMaximum() 394 b.append(maximum); in getValue()
|
| /onnv-gate/usr/src/cmd/agents/snmp/mib/ |
| H A D | rfc1381.txt | 161 "The default maximum N1 frame size desired 175 "The default maximum N1 frame size desired 188 Interface. This is the maximum number of 201 Interface. This is the maximum number of 235 This specifies the maximum time in 249 This specifies the maximum time in 285 specifies the maximum time in Milliseconds 441 for the maximum number of bits in a frame 454 for the maximum number of bits in a frame 466 uses to transmit. This is the maximum [all …]
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
| H A D | tst.enum.d | 45 maximum = 2147483647 enumerator
|
| /onnv-gate/usr/src/lib/fm/libdiskstatus/common/ |
| H A D | ds_scsi_uscsi.c | 1208 int maximum; in uscsi_mode_sense() local 1291 maximum = page_size - sizeof (struct mode_page); in uscsi_mode_sense() 1292 if (((int)pg->length) > maximum) { in uscsi_mode_sense() 1295 page_code, pg->length, maximum); in uscsi_mode_sense() 1330 int maximum; in uscsi_mode_sense_10() local 1418 maximum = page_size - sizeof (struct mode_page); in uscsi_mode_sense_10() 1419 if (((int)pg->length) > maximum) { in uscsi_mode_sense_10() 1422 page_code, pg->length, maximum); in uscsi_mode_sense_10()
|
| /onnv-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
| H A D | opl_picl.c | 65 int dev_no, int *actual, int *maximum, uint32_t *speed_max, 108 int actual = PROP_INVALID, maximum = PROP_INVALID; in opl_pci_callback() local 222 pci_card.func_no, &actual, &maximum, &freq_max, &freq_at, in opl_pci_callback() 334 PRINT_FMT(actual, maximum); in opl_pci_callback() 644 int *maximum, uint32_t *speed_max, uint32_t *speed_at, int *type) in get_lane_width() argument 704 *maximum = ((link_cap >> PCI_LINK_SHIFT) & in get_lane_width()
|
| /onnv-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | libld.sparc.msg | 49 \thave %d, maximum %d -- recompile some \ 53 \thave %d, maximum %d -- recompile some \
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/ |
| H A D | ResourceBundle.properties | 76 …_exception=The option vendor definition contains classes that exceed the maximum of {0} characters. 77 dsym_exceeds_max_class_size_exception=The option vendor definition exceeds the maximum of {0} chara…
|
| /onnv-gate/usr/src/cmd/login/ |
| H A D | login.dfl | 81 # PAM_ABORT. Default is 20. Minimum is 0. No maximum is imposed. 86 # allowed before login exits. Default is 5 and maximum is 15.
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | Grades | 38 # job_size a number which is the maximum limit 44 # byte, megabyte, and no maximum,
|
| H A D | Limits | 24 # Limits provides a means of specifying the maximum number of
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | EVP_SignInit.pod | 40 EVP_PKEY_size() returns the maximum size of a signature in bytes. The actual 48 EVP_PKEY_size() returns the maximum size of a signature in bytes.
|
| /onnv-gate/usr/src/lib/libslp/etc/ |
| H A D | slp.conf.example | 132 # Set this property to change the maximum amount of time to wait until 167 # Set this property to change the maximum random wait bound (used with 174 # Change this property to change the maximum size of any datagram to
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | nfslogd.dfl | 28 # Specify the maximum number of logs to preserve.
|
| /onnv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
| H A D | platsvcd.conf | 38 * Specifies a maximum interval in seconds that an application
|