Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 29) sorted by relevance

12

/openssl-master/util/
A Dwrite-man-symlinks24 my $action = $ARGV[0];
43 if ($action eq "install") {
/openssl-master/doc/man3/
A DSSL_do_handshake.pod33 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 DSSL_accept.pod32 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 DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod39 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 DSSL_connect.pod32 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 DSSL_write.pod54 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 DUI_STRING.pod60 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 DSSL_library_init.pod25 SSL_library_init() must be called before any other action takes place.
A DSSL_read.pod83 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 DSSL_shutdown.pod62 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 DSSL_set_fd.pod29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
A DSSL_read_early_data.pod112 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 DBIO_ctrl.pod114 The BIO_should_retry() call should be used and appropriate action taken
A DBIO_should_retry.pod54 the reason code and the action that should be taken depends on
A DX509_get_extension_flags.pod168 X509_get_extension_flags() and take appropriate action is an extension is
A DBIO_s_connect.pod131 the application should then take appropriate action to wait until
A DSSL_CTX_set_session_ticket_cb.pod71 action, as it is called even if ticket decryption fails.
A DOCSP_resp_find_status.pod186 can then take appropriate action based on the status of the certificate.
A DBIO_s_accept.pod158 should take appropriate action to wait until the underlying socket has
/openssl-master/crypto/crmf/
A Dcrmf_lib.c158 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 Dcrmf_local.h142 ASN1_INTEGER *action; member
A Dcrmf_asn.c71 ASN1_SIMPLE(OSSL_CRMF_PKIPUBLICATIONINFO, action, ASN1_INTEGER),
/openssl-master/include/openssl/
A Dcrmf.h.in110 int action);
A Dui.h.in88 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 Dctrl_params_translate.c154 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