OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_init
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
schanneladapter.cc
84
bool cred_init,
ctx_init
;
member in struct:rtc::SChannelAdapter::SSLImpl
88
SSLImpl() : cred_init(false),
ctx_init
(false) { }
184
impl_->
ctx_init
= true;
374
if (impl_->
ctx_init
)
/external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.c
161
EVP_MD_CTX ctx, ctx_tmp,
ctx_init
;
local
171
EVP_MD_CTX_init(&
ctx_init
);
175
if (!EVP_DigestSignInit(&
ctx_init
,NULL,md, NULL, mac_key))
177
if (!EVP_MD_CTX_copy_ex(&ctx,&
ctx_init
))
196
if (!EVP_MD_CTX_copy_ex(&ctx,&
ctx_init
))
239
EVP_MD_CTX_cleanup(&
ctx_init
);
[
all
...]
Completed in 204 milliseconds