Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/ssl/
Dd1_clnt.c415 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_dtls1_meth_func()
Dd1_srvr.c540 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_dtls1_meth_func()
Dssl_locl.h578 int (*setup_key_block)(SSL *); member
Ds3_pkt.c1442 if (!s->method->ssl3_enc->setup_key_block(s)) return(0); in ssl3_do_change_cipher_spec()
Ds3_clnt.c403 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_ssl3_meth_func()
Ds3_srvr.c587 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_ssl3_meth_func()
/external/openssl/ssl/
Dssl_locl.h573 int (*setup_key_block)(SSL *); member
Ds3_pkt.c1498 if (!s->method->ssl3_enc->setup_key_block(s)) return(0); in ssl3_do_change_cipher_spec()
Dd1_clnt.c554 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_dtls1_meth_func()
Dd1_srvr.c717 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_dtls1_meth_func()
Ds3_clnt.c490 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_ssl3_meth_func()
Ds3_srvr.c780 if (!s->method->ssl3_enc->setup_key_block(s)) in IMPLEMENT_ssl3_meth_func()