Searched refs:outp (Results 1 - 25 of 34) sorted by relevance

12

/external/ppp/pppd/
H A Deap.c268 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...]
H A Dupap.c554 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...]
H A Dcbcp.c426 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);
H A Dfsm.c749 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/
H A Dconvert.c291 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { argument
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) { argument
345 return bn_x2bn(outp, in, decode_hex, isxdigit);
422 int BN_dec2bn(BIGNUM **outp, const char *in) { argument
423 return bn_x2bn(outp, i
426 BN_asc2bn(BIGNUM **outp, const char *in) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbencher640 | outp |
641 doublePuts($stderr,outp,IO::read(filename))
1467 outp = $stdout
1469 outp = File.open(reportName,"w")
1498 outp.print "Benchmark report for "
1500 outp.print $suites[0].to_s
1502 outp.print "#{$suites[0]} and #{$suites[1]}"
1504 outp.print "#{$suites[0..-2].join(', ')}, and #{$suites[-1]}"
1507 outp.print " on #{hostname}"
1510 outp
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dasn1.c158 int i2d_PublicKey(EVP_PKEY *key, uint8_t **outp) { argument
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/
H A DtestG711.cc44 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/
H A DtestG722.cc49 FILE *inp, *outbitp, *outp; local
100 if ((outp = fopen(outname,"wb")) == NULL) {
143 outp) != static_cast<size_t>(framelength)) {
159 fclose(outp);
/external/openssl/crypto/aes/
H A Daes_ige.c103 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/
H A Ddsa.h232 /* 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| an
[all...]
H A Dec_key.h196 * 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| an
[all...]
H A Decdsa.h165 * 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);
H A Ddh.h179 /* 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);
H A Drsa.h296 /* i2d_RSAPublicKey marshals |in| to an ASN.1, DER structure. If |outp| is not
297 * NULL then the result is written to |*outp| and |*outp| is advanced just past
300 OPENSSL_EXPORT int i2d_RSAPublicKey(const RSA *in, uint8_t **outp);
310 /* i2d_RSAPrivateKey marshals |in| to an ASN.1, DER structure. If |outp| is not
311 * NULL then the result is written to |*outp| and |*outp| is advanced just past
314 OPENSSL_EXPORT int i2d_RSAPrivateKey(const RSA *in, uint8_t **outp);
H A Dbn.h249 * If |outp| is not NULL, it constructs a BIGNUM equal to the hex number and
250 * stores it in |*outp|. If |*outp| is NULL then it allocates a new BIGNUM and
251 * updates |*outp|. It returns the number of bytes of |in| processed or zero on
253 OPENSSL_EXPORT int BN_hex2bn(BIGNUM **outp, const char *in);
262 * non-decimal data. If |outp| is not NULL, it constructs a BIGNUM equal to the
263 * decimal number and stores it in |*outp|. If |*outp| is NULL then it
264 * allocates a new BIGNUM and updates |*outp|. It returns the number of bytes
266 OPENSSL_EXPORT int BN_dec2bn(BIGNUM **outp, cons
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec_asn1.c266 static int i2d_ECPKParameters(const EC_GROUP *group, uint8_t **outp) { argument
273 ret = i2d_ECPKPARAMETERS(tmp, outp);
382 int i2d_ECPrivateKey(const EC_KEY *key, uint8_t **outp) { argument
462 ret = i2d_EC_PRIVATEKEY(priv_key, outp);
479 int i2d_ECParameters(const EC_KEY *key, uint8_t **outp) { argument
484 return i2d_ECPKParameters(key->group, outp);
539 int i2o_ECPublicKey(const EC_KEY *key, uint8_t **outp) { argument
551 if (outp == NULL || buf_len == 0) {
556 if (*outp == NULL) {
557 *outp
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c54 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/
H A Dtest_iSACfixfloat.c94 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);
H A Dkenny.cc98 FILE *inp, *outp, *f_bn, *outbits; local
425 if ((outp = fopen(outname,"wb")) == NULL) {
772 declen, outp) != (size_t)declen) {
818 fclose(outp);
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c537 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/
H A Dtest_iSACfixfloat.c94 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);
H A Dkenny.c97 FILE *inp, *outp, *f_bn, *outbits; local
434 if ((outp = fopen(outname,"wb")) == NULL) {
784 declen, outp) != (size_t)declen) {
845 fclose(outp);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc47 FILE *inp, *outp, *f_bn = NULL, *vadp = NULL, *bandwidthp; local
447 if((outp = fopen(outname,"wb")) == NULL)
955 outp) != static_cast<size_t>(declen)) {
1063 fclose(outp);
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc1796 int outp = 0; local
1799 outp += v8::internal::SNPrintF(out_buffer + outp, "%02x", *bp);
1802 outp += v8::internal::SNPrintF(out_buffer + outp, " ");
1805 outp += v8::internal::SNPrintF(out_buffer + outp, " %s",

Completed in 394 milliseconds

12