Searched refs:action (Results 1 – 25 of 29) sorted by relevance
12
/openssl-master/util/ |
A D | write-man-symlinks | 24 my $action = $ARGV[0]; 43 if ($action eq "install") {
|
/openssl-master/doc/man3/ |
A D | SSL_do_handshake.pod | 33 taking appropriate action to satisfy the needs of SSL_do_handshake(). 34 The action depends on the underlying BIO. When using a nonblocking socket, 60 not clean. It can also occur if action is needed to continue the operation
|
A D | SSL_accept.pod | 32 taking appropriate action to satisfy the needs of SSL_accept(). 33 The action depends on the underlying BIO. When using a nonblocking socket, 59 not clean. It can also occur if action is needed to continue the operation
|
A D | OSSL_CRMF_MSG_set1_regCtrl_regToken.pod | 39 OSSL_CRMF_PKIPUBLICATIONINFO *pi, int action); 79 OSSL_CRMF_MSG_set_PKIPublicationInfo_action() sets the action in the given I<pi> 80 using the given I<action> as value. See RFC 4211, section 6.3.
|
A D | SSL_connect.pod | 32 taking appropriate action to satisfy the needs of SSL_connect(). 33 The action depends on the underlying BIO. When using a nonblocking socket, 74 not clean. It can also occur if action is needed to continue the operation
|
A D | SSL_write.pod | 54 then must repeat the call after taking appropriate action to satisfy the needs 55 of the write function. The action depends on the underlying BIO. When using a 107 closed, an error occurred or action must be taken by the calling process. 129 closed, an error occurred or action must be taken by the calling process.
|
A D | UI_STRING.pod | 60 UI_get0_action_string() is used to retrieve the action description 108 UI_get0_action_string() returns the UI string action description 119 UI_get0_test_string() returns the UI string action description
|
A D | SSL_library_init.pod | 25 SSL_library_init() must be called before any other action takes place.
|
A D | SSL_read.pod | 83 The calling process then must repeat the call after taking appropriate action 85 The action depends on the underlying BIO. 120 an error occurred or action must be taken by the calling process.
|
A D | SSL_shutdown.pod | 62 taking appropriate action to satisfy the needs of SSL_shutdown(). 63 The action depends on the underlying BIO. When using a nonblocking socket, 153 It can occur if an action is needed to continue the operation for nonblocking
|
A D | SSL_set_fd.pod | 29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
|
A D | SSL_read_early_data.pod | 112 the correct course of action, as for L<SSL_write_ex(3)>. 190 further action taken. 332 failure call L<SSL_get_error(3)> to determine the correct course of action. 338 action.
|
A D | BIO_ctrl.pod | 114 The BIO_should_retry() call should be used and appropriate action taken
|
A D | BIO_should_retry.pod | 54 the reason code and the action that should be taken depends on
|
A D | X509_get_extension_flags.pod | 168 X509_get_extension_flags() and take appropriate action is an extension is
|
A D | BIO_s_connect.pod | 131 the application should then take appropriate action to wait until
|
A D | SSL_CTX_set_session_ticket_cb.pod | 71 action, as it is called even if ticket decryption fails.
|
A D | OCSP_resp_find_status.pod | 186 can then take appropriate action based on the status of the certificate.
|
A D | BIO_s_accept.pod | 158 should take appropriate action to wait until the underlying socket has
|
/openssl-master/crypto/crmf/ |
A D | crmf_lib.c | 158 int action) in OSSL_CRMF_MSG_set_PKIPublicationInfo_action() argument 161 || action < OSSL_CRMF_PUB_ACTION_DONTPUBLISH in OSSL_CRMF_MSG_set_PKIPublicationInfo_action() 162 || action > OSSL_CRMF_PUB_ACTION_PLEASEPUBLISH) { in OSSL_CRMF_MSG_set_PKIPublicationInfo_action() 167 return ASN1_INTEGER_set(pi->action, action); in OSSL_CRMF_MSG_set_PKIPublicationInfo_action()
|
A D | crmf_local.h | 142 ASN1_INTEGER *action; member
|
A D | crmf_asn.c | 71 ASN1_SIMPLE(OSSL_CRMF_PKIPUBLICATIONINFO, action, ASN1_INTEGER),
|
/openssl-master/include/openssl/ |
A D | crmf.h.in | 110 int action);
|
A D | ui.h.in | 88 The boolean input functions take an action description string (which should 89 be safe to ignore if the expected user action is obvious, for example with 354 * Return the optional action string to output (the boolean prompt
|
/openssl-master/crypto/evp/ |
A D | ctrl_params_translate.c | 154 enum action { enum 175 enum action action_type; 229 enum action action_type; 2649 enum action action_type, in evp_pkey_ctx_setget_params_to_ctrl() 2712 enum action action_type, in evp_pkey_setget_params_to_ctrl()
|
Completed in 35 milliseconds
12