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

  /external/chromium_org/third_party/boringssl/src/ssl/
s3_enc.c 147 static const uint8_t ssl3_pad_1[48]={ variable
614 EVP_DigestUpdate(&ctx,ssl3_pad_1,npad);
684 memcpy(header+j, ssl3_pad_1, npad);
708 EVP_DigestUpdate(&md_ctx,ssl3_pad_1,npad);
  /external/openssl/ssl/
s3_enc.c 143 static unsigned char ssl3_pad_1[48]={ variable
697 EVP_DigestUpdate(&ctx,ssl3_pad_1,npad);
767 memcpy(header+j, ssl3_pad_1, npad);
791 EVP_DigestUpdate(&md_ctx,ssl3_pad_1,npad);

Completed in 68 milliseconds