Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslplatf.c111 typedef SECURITY_STATUS (WINAPI *NCryptSignHashFunc)( typedef
126 static NCryptSignHashFunc pNCryptSignHash = NULL;
157 pNCryptSignHash = (NCryptSignHashFunc)PR_FindFunctionSymbol( in ssl_InitCngFunctions()