Home
last modified time | relevance | path

Searched refs:setup_key_block (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_locl.h487 int (*setup_key_block)(SSL *); member
H A Dd1_clnt.c387 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_dtls1_meth_func()
H A Ds3_pkt.c1233 if (!s->method->ssl3_enc->setup_key_block(s)) return(0); in ssl3_do_change_cipher_spec()
H A Dd1_srvr.c486 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_dtls1_meth_func()
H A Ds3_clnt.c381 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_ssl3_meth_func()
H A Ds3_srvr.c505 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_ssl3_meth_func()