OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verify_store
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
ssl_cert.c
347
if (cert->
verify_store
)
349
CRYPTO_add(&cert->
verify_store
->references, 1, CRYPTO_LOCK_X509_STORE);
350
ret->
verify_store
= cert->
verify_store
;
423
if (c->
verify_store
)
424
X509_STORE_free(c->
verify_store
);
596
X509_STORE *
verify_store
;
local
599
if (s->cert->
verify_store
)
600
verify_store
= s->cert->
verify_store
;
[
all
...]
ssl_locl.h
520
X509_STORE *
verify_store
;
member in struct:cert_st
[
all
...]
Completed in 48 milliseconds