HomeSort by relevance Sort by last modified time
    Searched refs:pszAlgId (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ncrypt.h 90 LPWSTR pszAlgid;
129 LPCWSTR pszAlgId,
236 LPCWSTR pszAlgId,
bcrypt.h 138 LPCWSTR pszAlgId;
142 LPCWSTR pszAlgId;
147 LPCWSTR pszAlgId;
520 NTSTATUS WINAPI BCryptOpenAlgorithmProvider(BCRYPT_ALG_HANDLE *phAlgorithm, LPCWSTR pszAlgId, LPCWSTR pszImplementation, ULONG dwFlags);
522 NTSTATUS WINAPI BCryptEnumProviders(LPCWSTR pszAlgId, ULONG *pImplCount, BCRYPT_PROVIDER_NAME **ppImplList, ULONG dwFlags);
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 232 rsaPaddingInfo.pszAlgId = NULL;
235 rsaPaddingInfo.pszAlgId = BCRYPT_SHA1_ALGORITHM;
238 rsaPaddingInfo.pszAlgId = BCRYPT_SHA256_ALGORITHM;
241 rsaPaddingInfo.pszAlgId = BCRYPT_SHA384_ALGORITHM;
244 rsaPaddingInfo.pszAlgId = BCRYPT_SHA512_ALGORITHM;

Completed in 44 milliseconds