OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vret
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
pkcs12.c
519
int
vret
;
local
530
vret
= get_cert_chain (ucert, store, &chain2);
533
if (!
vret
) {
541
if (
vret
>= 0)
543
X509_verify_cert_error_string(
vret
));
/external/openssl/apps/
pkcs12.c
519
int
vret
;
local
530
vret
= get_cert_chain (ucert, store, &chain2);
533
if (!
vret
) {
541
if (
vret
>= 0)
543
X509_verify_cert_error_string(
vret
));
Completed in 453 milliseconds