/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...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.cc | 751 const CompactionState::Output& out = compact->outputs[i]; local 752 pending_outputs_.erase(out.number); 765 CompactionState::Output out; local 766 out.number = file_number; 767 out.smallest.Clear(); 768 out.largest.Clear(); 769 compact->outputs.push_back(out); 847 const CompactionState::Output& out = compact->outputs[i]; local 850 out.number, out.file_size, out.smallest, out.largest) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine2.cc | 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 423 // TODO(pbos): Figure out whether this can be removed. 429 // TODO(pbos): Probe encoder factory to figure out that the codec is supported 442 // transmitted |out| is set with the best settings supported. Aspect ratio will 447 VideoCodec* out) { 448 assert(out != NULL); 462 out->id = requested.id; 463 out->name = requested.name; 464 out->preference = requested.preference; 465 out->params = requested.params 727 std::stringstream out; local 759 std::stringstream out; local [all...] |
/external/chromium_org/third_party/libjpeg_turbo/ |
jquant2.c | 54 * used here have proved out well in experimental comparisons, but better ones 571 * Gems II (James Arvo, ed. Academic Press, 1991). Thomas points out that 1097 int in, out; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1402 unsigned char *out = dst[idx8x8]; local [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
dec_neon.c | 53 uint8x8x4_t out; local 54 INIT_VECTOR4(out, zero, zero, zero, zero); 55 out = vld4_lane_u8(src + 0 * stride, out, 0); 56 out = vld4_lane_u8(src + 1 * stride, out, 1); 57 out = vld4_lane_u8(src + 2 * stride, out, 2); 58 out = vld4_lane_u8(src + 3 * stride, out, 3) [all...] |
enc_neon.c | 85 int16x8x2_t* const out) { 90 *out = vzipq_s16(tmp0.val[0], tmp0.val[1]); 256 uint32x4_t out = { 0, 0, 0, 0 }; local 257 out = vld1q_lane_u32((const uint32_t*)(src + 0 * BPS), out, 0); 258 out = vld1q_lane_u32((const uint32_t*)(src + 1 * BPS), out, 1); 259 out = vld1q_lane_u32((const uint32_t*)(src + 2 * BPS), out, 2); 260 out = vld1q_lane_u32((const uint32_t*)(src + 3 * BPS), out, 3) 566 int32x4x4_t out = Transpose4x4(rows); local 889 int16_t out[16]; local [all...] |
enc_sse2.c | 63 int16_t out[16]; local 66 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); 68 // Convert coefficients to bin (within out[]). 71 const __m128i out0 = _mm_loadu_si128((__m128i*)&out[0]); 72 const __m128i out1 = _mm_loadu_si128((__m128i*)&out[8]); 73 // sign(out) = out >> 15 (0x0000 if positive, 0xffff if negative) 76 // abs(out) = (out ^ sign) - sign 81 // v = abs(out) >> [all...] |