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

1 2

  /external/ppp/pppd/
eap.c 268 u_char *outp; local
270 outp = outpacket_buf;
272 MAKEHEADER(outp, PPP_EAP);
274 PUTCHAR(EAP_FAILURE, outp);
276 PUTCHAR(esp->es_server.ea_id, outp);
277 PUTSHORT(EAP_HEADERLEN, outp);
293 u_char *outp; local
295 outp = outpacket_buf;
297 MAKEHEADER(outp, PPP_EAP);
299 PUTCHAR(EAP_SUCCESS, outp);
643 u_char *outp; local
767 BCOPY(t_serverresponse(ts), outp, SHA_DIGESTSIZE); local
1049 u_char *outp; local
1080 u_char *outp; local
1116 u_char *outp; local
1147 u_char *outp; local
1175 u_char *outp; local
    [all...]
upap.c 554 u_char *outp; local
559 outp = outpacket_buf;
561 MAKEHEADER(outp, PPP_PAP);
563 PUTCHAR(UPAP_AUTHREQ, outp);
564 PUTCHAR(++u->us_id, outp);
565 PUTSHORT(outlen, outp);
566 PUTCHAR(u->us_userlen, outp);
567 BCOPY(u->us_user, outp, u->us_userlen);
568 INCPTR(u->us_userlen, outp);
569 PUTCHAR(u->us_passwdlen, outp);
590 u_char *outp; local
    [all...]
cbcp.c 426 u_char *outp; local
429 outp = outpacket_buf;
433 MAKEHEADER(outp, PPP_CBCP);
435 PUTCHAR(code, outp);
436 PUTCHAR(us->us_id, outp);
437 PUTSHORT(outlen, outp);
440 BCOPY(buf, outp, len);
fsm.c 749 u_char *outp; local
771 outp = outpacket_buf + PPP_HDRLEN + HEADERLEN;
777 (*f->callbacks->addci)(f, outp, &cilen);
782 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);
802 u_char *outp; local
806 outp = outpacket_buf;
809 if (datalen && data != outp + PPP_HDRLEN + HEADERLEN)
810 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
812 MAKEHEADER(outp, f->protocol);
813 PUTCHAR(code, outp);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
convert.c 291 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) {
308 if (outp == NULL) {
313 if (*outp == NULL) {
319 ret = *outp;
333 *outp = ret;
337 if (*outp == NULL) {
344 int BN_hex2bn(BIGNUM **outp, const char *in) {
345 return bn_x2bn(outp, in, decode_hex, isxdigit);
422 int BN_dec2bn(BIGNUM **outp, const char *in) {
423 return bn_x2bn(outp, in, decode_dec, isdigit)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 640 | outp |
641 doublePuts($stderr,outp,IO::read(filename))
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
asn1.c 158 int i2d_PublicKey(EVP_PKEY *key, uint8_t **outp) {
161 return i2d_RSAPublicKey(key->pkey.rsa, outp);
163 return i2d_DSAPublicKey(key->pkey.dsa, outp);
165 return i2o_ECPublicKey(key->pkey.ec, outp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 44 FILE* outp; local
108 if ((outp = fopen(outname, "wb")) == NULL) {
161 if (fwrite(decoded, sizeof(short), framelength, outp) !=
177 fclose(outp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 49 FILE *inp, *outbitp, *outp; local
100 if ((outp = fopen(outname,"wb")) == NULL) {
143 outp) != static_cast<size_t>(framelength)) {
159 fclose(outp);
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 124 FileOutputStream outp = null; local
127 outp = new FileOutputStream(out_file);
128 dAsm.write(outp, null);
135 close(outp);
142 close(outp);
  /external/openssl/crypto/aes/
aes_ige.c 103 aes_block_t *outp = (aes_block_t *)out; local
106 outp->data[n] = inp->data[n] ^ ivp->data[n];
107 AES_encrypt((unsigned char *)outp->data, (unsigned char *)outp->data, key);
109 outp->data[n] ^= iv2p->data[n];
110 ivp = outp;
159 aes_block_t *outp = (aes_block_t *)out; local
163 AES_decrypt((unsigned char *)tmp.data, (unsigned char *)outp->data, key);
165 outp->data[n] ^= ivp->data[n];
167 iv2p = outp;
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
dsa.h 232 /* i2d_DSA_SIG marshals |in| to an ASN.1, DER structure. If |outp| is not NULL
233 * then the result is written to |*outp| and |*outp| is advanced just past the
236 OPENSSL_EXPORT int i2d_DSA_SIG(const DSA_SIG *in, uint8_t **outp);
247 * If |outp| is not NULL then the result is written to |*outp| and |*outp| is
250 OPENSSL_EXPORT int i2d_DSAPublicKey(const DSA *in, unsigned char **outp);
261 * If |outp| is not NULL then the result is written to |*outp| and |*outp| i
    [all...]
ec_key.h 196 * structure. If |outp| is not NULL then the result is written to |*outp| and
197 * |*outp| is advanced just past the output. It returns the number of bytes in
199 OPENSSL_EXPORT int i2d_ECPrivateKey(const EC_KEY *key, uint8_t **outp);
211 * structure. If |outp| is not NULL then the result is written to |*outp| and
212 * |*outp| is advanced just past the output. It returns the number of bytes in
214 OPENSSL_EXPORT int i2d_ECParameters(const EC_KEY *key, uint8_t **outp);
223 /* i2o_ECPublicKey marshals an EC point from |key|. If |outp| is not NULL then
224 * the result is written to |*outp| and |*outp| is advanced just past th
    [all...]
ecdsa.h 165 * structure. If |outp| is not NULL then the result is written to |*outp| and
166 * |*outp| is advanced just past the output. It returns the number of bytes in
168 OPENSSL_EXPORT int i2d_ECDSA_SIG(const ECDSA_SIG *sig, uint8_t **outp);
dh.h 179 /* i2d_DHparams marshals |in| to an ASN.1, DER structure. If |outp| is not NULL
180 * then the result is written to |*outp| and |*outp| is advanced just past the
183 OPENSSL_EXPORT int i2d_DHparams(const DH *in, unsigned char **outp);
  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 122 u_char *inp, *outp; local
149 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) {
154 *outp++ = t[ch];
158 *outp++ = ch;
175 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt);
196 outp = out.dbp;
dd.c 487 u_char *outp; local
505 outp = out.db;
513 if (outp[i] != 0) {
519 outp += cnt;
530 nw = bwrite(&out, outp, cnt);
547 outp += nw;
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
ec_asn1.c 266 static int i2d_ECPKParameters(const EC_GROUP *group, uint8_t **outp) {
273 ret = i2d_ECPKPARAMETERS(tmp, outp);
382 int i2d_ECPrivateKey(const EC_KEY *key, uint8_t **outp) {
462 ret = i2d_EC_PRIVATEKEY(priv_key, outp);
479 int i2d_ECParameters(const EC_KEY *key, uint8_t **outp) {
484 return i2d_ECPKParameters(key->group, outp);
539 int i2o_ECPublicKey(const EC_KEY *key, uint8_t **outp) {
551 if (outp == NULL || buf_len == 0) {
556 if (*outp == NULL) {
557 *outp = OPENSSL_malloc(buf_len)
    [all...]
  /cts/tools/dasm/src/dasm/
Main.java 149 FileOutputStream outp = null; local
153 outp = new FileOutputStream(out_file);
155 dAsm.write(outp, hr_outp);
162 close(outp);
170 close(outp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 54 FILE* outp; local
228 if ((outp = fopen(outname,"wb")) == NULL) {
437 if (fwrite(&auxUW8, sizeof(uint8_t), 1, outp) != 1) {
442 if (fwrite(&auxUW8, sizeof(uint8_t), 1, outp) != 1) {
446 outp) != (size_t)stream_len) {
476 declen, outp) != (size_t)declen) {
573 fclose(outp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 94 FILE *inp, *outp, *f_bn, *bitsp; local
277 if ((outp = fopen(outname,"wb")) == NULL) {
422 fclose(outp);
649 fwrite(decoded, sizeof(int16_t), declen, outp);
684 fclose(outp);
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 537 char *outp, *inp; local
541 outp = inp = instring;
553 *outp++ = (char)strtol((const char *)temp,NULL,16);
555 *outp++ = *inp++;
558 *outp++ = *inp++;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 94 FILE *inp, *outp, *f_bn, *bitsp; local
277 if ((outp = fopen(outname,"wb")) == NULL) {
422 fclose(outp);
644 fwrite(decoded, sizeof(WebRtc_Word16), declen, outp);
679 fclose(outp);
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 125 ImageType outp; local
132 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
136 *outp++ = *(imp + i);
144 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
148 *outp++ = *(imp + i);
156 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
160 *outp++ = *(imp + i);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 125 ImageType outp; local
132 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
136 *outp++ = *(imp + i);
144 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
148 *outp++ = *(imp + i);
156 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
160 *outp++ = *(imp + i);

Completed in 834 milliseconds

1 2