Home
last modified time | relevance | path

Searched refs:ctx_init (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dschanneladapter.cc84 bool cred_init, ctx_init; member
88 SSLImpl() : cred_init(false), ctx_init(false) { } in SSLImpl()
184 impl_->ctx_init = true; in BeginSSL()
374 if (impl_->ctx_init) in Cleanup()
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_enc.c161 EVP_MD_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local
171 EVP_MD_CTX_init(&ctx_init); in tls1_P_hash()
175 if (!EVP_DigestSignInit(&ctx_init,NULL,md, NULL, mac_key)) in tls1_P_hash()
177 if (!EVP_MD_CTX_copy_ex(&ctx,&ctx_init)) in tls1_P_hash()
196 if (!EVP_MD_CTX_copy_ex(&ctx,&ctx_init)) in tls1_P_hash()
239 EVP_MD_CTX_cleanup(&ctx_init); in tls1_P_hash()