HomeSort by relevance Sort by last modified time
    Searched full:shactx (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
derive.c 99 #define shaCtx ((SHA1Context *)shabuf)
187 SHA1_Begin(shaCtx);
188 SHA1_Update(shaCtx, (unsigned char*)(mixers[i]), i+1);
189 SHA1_Update(shaCtx, pwSpec->msItem.data, pwSpec->msItem.len);
190 SHA1_Update(shaCtx, srcr.data, srcr.len);
191 SHA1_End(shaCtx, sha_out, &outLen, SHA1_LENGTH);
419 SHA1_DestroyContext(shaCtx, PR_FALSE);
454 #define shaCtx ((SHA1Context *)shabuf)
497 SHA1_Begin(shaCtx);
498 SHA1_Update(shaCtx, (unsigned char*) mixers[i], i+1)
    [all...]

Completed in 4159 milliseconds