Lines Matching refs:callback
6 - set the session secret callback
22 SSL_set_session_secret_cb() sets the session secret callback to be used
24 callback when it is called. This is only useful for an implementation of
25 EAP-FAST (RFC4851). The presence of the callback also modifies the internal
27 RFC4851. Therefore this callback should not be used except when implementing
30 The callback is expected to set the master secret to be used by filling in the
32 available in I<*secret_len> and may be updated by the callback (but must not be
36 the I<peer_ciphers> stack. Optionally the callback may select the preferred
39 On the client side the I<peer_ciphers> stack will always be NULL. The callback
44 The callback is also supplied with an additional argument in I<arg> which is the
51 If the callback returns 1 then this indicates it has successfully set the