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

  /external/libchrome/crypto/
hmac_win.cc 195 HMAC_INFO hmac_info;
196 memset(&hmac_info, 0, sizeof(hmac_info));
197 hmac_info.HashAlgid = CALG_SHA1;
199 reinterpret_cast<BYTE*>(&hmac_info), 0))
symmetric_key_win.cc 222 HMAC_INFO hmac_info;
223 memset(&hmac_info, 0, sizeof(hmac_info));
224 hmac_info.HashAlgid = hash_alg;
227 reinterpret_cast<const BYTE*>(&hmac_info), 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 527 } HMAC_INFO,*PHMAC_INFO;
    [all...]

Completed in 71 milliseconds