Lines Matching refs:set
7 - set a callback for session ticket processing
42 state is unnecessary and a small set of cryptographic variables needs to be
58 library expects that the function will set an arbitrary I<name>, initialize
59 I<iv>, and set the cipher context I<ctx> and the hash context I<hctx>.
68 set using L<EVP_EncryptInit_ex(3)>. The hmac context and digest can be set using
73 with I<enc> set to 0 indicating that the I<cb> function should retrieve a set
77 I<ctx> will be set with the retrieved parameters and the initialization vector
79 digest for I<hctx> need to be set using L<EVP_MAC_CTX_set_params(3)> with the
84 with an argument of enc equal to 1 to set the new ticket.
93 This indicates that the I<ctx> and I<hctx> have been set and the session can
96 call I<cb> again with an enc argument of 1 to set the new ticket (see RFC5077
101 This indicates that the I<ctx> and I<hctx> have been set and the session can
106 This indicates that it was not possible to set/retrieve a session ticket and
107 the SSL/TLS session will continue by negotiating a set of cryptographic
111 a new set of parameters.
123 initialised with L<EVP_MAC_CTX_new(3)> and the digest set with
125 The I<hctx> key material can be set using L<HMAC_Init_ex(3)>.
148 Returns 1 to indicate the callback function was set and 0 otherwise.