OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSS_Shutdown
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/importer/
nss_decryptor_win.cc
93
: NSS_Init(NULL),
NSS_Shutdown
(NULL), PK11_GetInternalKeySlot(NULL),
117
NSS_Shutdown
= (NSSShutdownFunc)
118
base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "
NSS_Shutdown
");
135
if (NSS_Init == NULL ||
NSS_Shutdown
== NULL ||
156
NSS_Shutdown
();
166
NSS_Shutdown
= NULL;
nss_decryptor_mac.h
116
: NSS_Init(NULL),
NSS_Shutdown
(NULL), PK11_GetInternalKeySlot(NULL),
146
NSSShutdownFunc
NSS_Shutdown
;
nss_decryptor_win.h
152
NSSShutdownFunc
NSS_Shutdown
;
/external/chromium_org/chrome/utility/importer/
nss_decryptor_win.cc
100
: NSS_Init(NULL),
NSS_Shutdown
(NULL), PK11_GetInternalKeySlot(NULL),
118
NSS_Shutdown
= (NSSShutdownFunc)
119
base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "
NSS_Shutdown
");
136
if (NSS_Init == NULL ||
NSS_Shutdown
== NULL ||
157
NSS_Shutdown
();
167
NSS_Shutdown
= NULL;
nss_decryptor_mac.h
118
: NSS_Init(NULL),
NSS_Shutdown
(NULL), PK11_GetInternalKeySlot(NULL),
148
NSSShutdownFunc
NSS_Shutdown
;
nss_decryptor_win.h
152
NSSShutdownFunc
NSS_Shutdown
;
/external/chromium/crypto/
nss_util.cc
447
SECStatus status =
NSS_Shutdown
();
451
VLOG(1) << "
NSS_Shutdown
failed; see http://crbug.com/4609";
/external/chromium_org/crypto/
nss_util.cc
709
SECStatus status =
NSS_Shutdown
();
713
VLOG(1) << "
NSS_Shutdown
failed; see http://crbug.com/4609";
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_nss.c
274
if (
NSS_Shutdown
() != SECSuccess)
275
wpa_printf(MSG_ERROR, "NSS:
NSS_Shutdown
() failed");
Completed in 561 milliseconds