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

  /external/chromium_org/net/base/
openssl_private_key_store_android.cc 31 int private_len = 0; local
36 private_len = i2d_PKCS8_PRIV_KEY_INFO(pkcs8.get(), &private_key);
39 if (public_len > 0 && private_len > 0) {
42 static_cast<const uint8*>(private_key), private_len);
45 << " priv len = " << private_len; local
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1parse.h 51 /* private_len :: The length in bytes of the private dictionary. */
70 FT_ULong private_len; member in struct:T1_ParserRec_

Completed in 66 milliseconds