HomeSort by relevance Sort by last modified time
    Searched refs:outbuf (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/openssh/
rsa.c 77 u_char *inbuf, *outbuf; local
84 outbuf = xmalloc(olen);
90 if ((len = RSA_public_encrypt(ilen, inbuf, outbuf, key,
94 if (BN_bin2bn(outbuf, len, out) == NULL)
97 memset(outbuf, 0, olen);
99 xfree(outbuf);
106 u_char *inbuf, *outbuf; local
110 outbuf = xmalloc(olen);
116 if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key,
120 if (BN_bin2bn(outbuf, len, out) == NULL
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
enc_writ.c 93 static unsigned char *outbuf=NULL;
99 if (outbuf == NULL)
101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
102 if (outbuf == NULL) return(-1);
128 p=outbuf;
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
160 i=write(fd,(void *)&(outbuf[j]),outnum-j);
162 i=_write(fd,(void *)&(outbuf[j]),outnum-j);
  /external/openssl/crypto/des/
enc_writ.c 93 static unsigned char *outbuf=NULL;
99 if (outbuf == NULL)
101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
102 if (outbuf == NULL) return(-1);
128 p=outbuf;
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
160 i=write(fd,(void *)&(outbuf[j]),outnum-j);
162 i=_write(fd,(void *)&(outbuf[j]),outnum-j);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_upload_mgr.h 88 * \param outbuf Pointer to where the upload buffer will be returned.
95 struct pipe_resource **outbuf,
110 struct pipe_resource **outbuf);
125 struct pipe_resource **outbuf);
u_upload_mgr.c 160 struct pipe_resource **outbuf,
171 pipe_resource_reference(outbuf, NULL);
206 pipe_resource_reference( outbuf, upload->buffer );
218 struct pipe_resource **outbuf)
222 out_offset, outbuf,
243 struct pipe_resource **outbuf)
267 outbuf);
  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.h 88 * \param outbuf Pointer to where the upload buffer will be returned.
95 struct pipe_resource **outbuf,
110 struct pipe_resource **outbuf);
125 struct pipe_resource **outbuf);
  /external/qemu/hw/
scsi-disk.c 357 uint8_t *outbuf; local
369 outbuf = (uint8_t *)r->iov.iov_base;
429 memset(outbuf, 0, 4);
432 memset(outbuf, 0, 18);
434 outbuf[7] = 10;
436 outbuf[12] = 0x3a;
437 outbuf[13] = 0;
439 outbuf[0] = 0xf0;
440 outbuf[1] = 0;
441 outbuf[2] = s->sense
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
NullCipherSpiTest.java 113 ByteBuffer outbuf = ByteBuffer.allocate(6); local
116 spi.engineUpdate(null, outbuf);
131 int result = spi.engineUpdate(inbuf, outbuf);
134 assertEquals("incorrect outbuf", i + 4, outbuf.get(i));
138 outbuf = ByteBuffer.allocate(5);
144 spi.engineUpdate(inbuf, outbuf);
158 ByteBuffer outbuf = ByteBuffer.allocate(6); local
161 spi.engineDoFinal(null, outbuf);
176 int result = spi.engineDoFinal(inbuf, outbuf);
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c 65 short *outbuf; local
74 outbuf=&outbuf_int[8*2];
109 out_samples = opus_decode(dec[t], 0, 0, outbuf, 120/factor, fec);
115 out_samples = opus_decode(dec[t], 0, -1, outbuf, 120/factor, fec);
117 out_samples = opus_decode(dec[t], 0, 1, outbuf, 120/factor, fec);
119 out_samples = opus_decode(dec[t], 0, 10, outbuf, 120/factor, fec);
121 out_samples = opus_decode(dec[t], 0, fast_rand(), outbuf, 120/factor, fec);
127 out_samples = opus_decode(dec[t], packet, 0, outbuf, 120/factor, fec);
131 outbuf[0]=32749;
132 out_samples = opus_decode(dec[t], packet, 0, outbuf, 0, fec)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 94 outbuf = ''
97 outbuf = `#{cmd}`
99 block.call(outbuf) if block
102 [outbuf, $?]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbuf.h 47 extern char *ReserveOutBuf(ZlibBufferPtr outbuf, int outlen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 47 extern char *ReserveOutBuf(ZlibBufferPtr outbuf, int outlen);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 47 extern char *ReserveOutBuf(ZlibBufferPtr outbuf, int outlen);
  /external/qemu/
monitor-android.h 42 mon->fake_func(mon->fake_opaque, (void*)mon->outbuf, mon->outbuf_index);
46 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 282 byte[] outbuf;
287 outbuf = mCipher.update(inbuf, 0, n);
288 if (outbuf != null) {
289 out.write(outbuf);
296 outbuf = mCipher.doFinal();
297 if (outbuf != null) {
298 out.write(outbuf);
325 byte[] outbuf;
329 outbuf = mCipher.update(inbuf, 0, n);
330 if (outbuf != null)
    [all...]
  /external/bzip2/
unzcrash.c 41 uchar outbuf[M_BLOCK_OUT]; variable
107 outbuf, &nOut, zbuf, nZ, 0, 0 );
118 if (inbuf[i] != outbuf[i]) {
132 if (inbuf[i] != outbuf[i]) {
  /external/valgrind/main/callgrind/
dump.c 58 static Char outbuf[FILENAME_LEN + FN_NAME_LEN + OBJ_NAME_LEN + COSTS_LEN]; variable
348 VG_(sprintf)(outbuf, "rec=%d\n\n", bbcc->rec_index);
349 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
363 VG_(sprintf)(outbuf, "frfn=(spontaneous)\n");
364 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
369 print_fn(fd,outbuf,"frfn", curr_from);
377 VG_(sprintf)(outbuf, "ob=");
378 print_obj(outbuf+3, bbcc->cxt->fn[0]->file->obj)
    [all...]
  /libcore/luni/src/main/java/java/security/
SignatureSpi.java 169 * @param outbuf
172 * the index of the first byte in {@code outbuf} to store.
175 * @return the number of bytes stored in {@code outbuf}.
181 * {@code outbuf}.
183 protected int engineSign(byte[] outbuf, int offset, int len) throws SignatureException {
194 if (offset + len > outbuf.length) {
195 throw new SignatureException("offset + len > outbuf.length");
197 System.arraycopy(tmp, 0, outbuf, offset, tmp.length);
  /external/eigen/bench/
benchFFT.cpp 50 vector<Complex > outbuf(nfft);
64 fft.fwd( outbuf , inbuf);
72 fft.fwd( outbuf , inbuf);
75 fft.inv(inbuf,outbuf);
  /external/chromium_org/third_party/icu/source/common/
bytestream.cpp 27 CheckedArrayByteSink::CheckedArrayByteSink(char* outbuf, int32_t capacity)
28 : outbuf_(outbuf), capacity_(capacity < 0 ? 0 : capacity),
  /external/icu4c/common/
bytestream.cpp 29 CheckedArrayByteSink::CheckedArrayByteSink(char* outbuf, int32_t capacity)
30 : outbuf_(outbuf), capacity_(capacity < 0 ? 0 : capacity),
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 32 struct wpabuf *outbuf; member in struct:eap_pwd_data
129 data->inbuf = data->outbuf = NULL;
247 data->outbuf = wpabuf_alloc(sizeof(struct eap_pwd_id) +
249 if (data->outbuf == NULL) {
253 wpabuf_put_be16(data->outbuf, data->group_num);
254 wpabuf_put_u8(data->outbuf, EAP_PWD_DEFAULT_RAND_FUNC);
255 wpabuf_put_u8(data->outbuf, EAP_PWD_DEFAULT_PRF);
256 wpabuf_put_data(data->outbuf, id->token, sizeof(id->token));
257 wpabuf_put_u8(data->outbuf, EAP_PWD_PREP_NONE);
258 wpabuf_put_data(data->outbuf, data->id_peer, data->id_peer_len)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 102 SChannelBuffer inbuf, outbuf, readable; member in struct:talk_base::SChannelAdapter::SSLImpl
276 impl_->outbuf.insert(impl_->outbuf.end(),
450 SChannelBuffer& outbuf = impl_->outbuf; local
451 while (pos < outbuf.size()) {
452 int sent = AsyncSocketAdapter::Send(&outbuf[pos], outbuf.size() - pos);
462 if (int remainder = outbuf.size() - pos) {
463 memmove(&outbuf[0], &outbuf[pos], remainder)
495 SChannelBuffer& outbuf = impl_->outbuf; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
schanneladapter.cc 102 SChannelBuffer inbuf, outbuf, readable; member in struct:talk_base::SChannelAdapter::SSLImpl
273 impl_->outbuf.insert(impl_->outbuf.end(),
447 SChannelBuffer& outbuf = impl_->outbuf; local
448 while (pos < outbuf.size()) {
449 int sent = AsyncSocketAdapter::Send(&outbuf[pos], outbuf.size() - pos);
459 if (int remainder = static_cast<int>(outbuf.size() - pos)) {
460 memmove(&outbuf[0], &outbuf[pos], remainder)
492 SChannelBuffer& outbuf = impl_->outbuf; local
    [all...]
  /external/e2fsprogs/misc/
logsave.c 36 void *outbuf = 0; variable
108 n = realloc(outbuf, outbufsize + c);
110 outbuf = n;
111 memcpy(((char *)outbuf)+outbufsize, buffer, c);
308 if (outbuf) {
325 write_all(outfd, outbuf, outbufsize);
326 free(outbuf);

Completed in 2255 milliseconds

1 2 3 4 5 6