Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslplatf.c124 static PRLibrary *ncrypt_library = NULL; variable
133 if (ncrypt_library) { in ssl_ShutdownCngFunctions()
134 PR_UnloadLibrary(ncrypt_library); in ssl_ShutdownCngFunctions()
135 ncrypt_library = NULL; in ssl_ShutdownCngFunctions()
148 ncrypt_library = PR_LoadLibrary("ncrypt.dll"); in ssl_InitCngFunctions()
149 if (ncrypt_library == NULL) in ssl_InitCngFunctions()
153 ncrypt_library, "NCryptFreeObject"); in ssl_InitCngFunctions()
158 ncrypt_library, "NCryptSignHash"); in ssl_InitCngFunctions()
171 if (ncrypt_library) { in ssl_InitCngFunctions()
172 PR_UnloadLibrary(ncrypt_library); in ssl_InitCngFunctions()
[all …]