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

  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c 557 uint8 length_buf[4]; local
769 length_buf[0] = (ciphertext.len >> 8) & 0xff;
770 length_buf[1] = (ciphertext.len ) & 0xff;
783 HMAC_Update(hmac_ctx, (unsigned char *)length_buf, 2);
800 rv = PK11_DigestOp(hmac_ctx_pkcs11, (unsigned char *)length_buf, 2);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]

Completed in 45 milliseconds