HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1176 - 1200 of 1601) sorted by null

<<41424344454647484950>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 593 PrivateKey out; local
637 byte[] out;
651 out = cipher.wrap(key);
658 return out;
933 System.out.println("extra in data " + b.getBagId());
934 System.out.println(ASN1Dump.dumpAsString(b));
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.cc 331 MockRead out = MockRead(ASYNC, ERR_IO_PENDING); local
333 out = StaticSocketDataProvider::GetNextRead();
334 read_in_progress_ = (out.result == ERR_IO_PENDING);
335 return out;
482 // Continue to consume data until all data has run out, or the stopped_ flag
788 unsigned char* out,
790 memset(out, 'A', outlen);
794 int MockClientSocket::GetTLSUniqueChannelBinding(std::string* out) {
795 out->assign(MockClientSocket::kTlsUnique);
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc 1258 WriteZ(base::StringPiece(buf, length), clas, out); local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 851 PRUint8 * out; local
871 out = ss->sec.writeBuf.buf;
876 out[0] = 0x80 | MSB(amount);
877 out[1] = LSB(amount);
878 PORT_Memcpy(&out[2], in, amount);
881 rv = ssl_DefSend(ss, out, amount + 2, flags & ~ssl_SEND_FLAG_MASK);
886 /* Return short write if some data already went out... */
895 if (ssl_SaveWriteData(ss, out + rv, amount + 2 - rv)
922 PRUint8 * out; local
949 out = ss->sec.writeBuf.buf
1023 PRUint8 * out; \/* begining of output buffer. *\/ local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
609 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
613 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
619 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
680 BIO *out; member in struct:ASN1_PRINT_ARG_st
688 BIO *out; member in struct:ASN1_STREAM_ARG_st
810 int i2d_##fname(stname *a, unsigned char **out) \
812 return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
816 int i2d_##stname##_NDEF(stname *a, unsigned char **out) \
818 return ASN1_item_ndef_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(stname));
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c 34 * The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
474 * any new session built out of this id/id_len and the ssl_version in
486 * must be compared as a padded-out ID because that is what it will be
3108 uint8_t *out; local
3130 uint8_t *out; local
3176 uint8_t *out; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 42 UnicodeString out; local
47 out += (UnicodeString("") + fieldName((UCalendarDateFields)i) + "=" + cal.get((UCalendarDateFields)i, status) + UnicodeString(" "));
49 out += "[" + UnicodeString(cal.getType()) + "]";
52 out += UnicodeString(" (in DST), zone=");
55 out += UnicodeString(", zone=");
59 out += cal.getTimeZone().getDisplayName(str2);
61 out += UnicodeString(" :","") + d;
63 return out;
684 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
    [all...]
numrgts.cpp 483 UnicodeString out; local
485 out = nf->format(x, out, pos);
486 logln("0.00159999 formats with 4 fractional digits to " + out);
488 if (out != expected)
503 // TODO: There is not a good way to find out that the creation of this number format has
1198 UnicodeString out; local
1201 logln(UnicodeString("") + x + " formats with 1 fractional digits to " + out); local
1939 UnicodeString out; local
2275 UnicodeString out; local
2279 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out); local
    [all...]