Searched defs:inp (Results 1 - 9 of 9) sorted by relevance

/external/openssl/crypto/aes/
H A Daes_ige.c102 aes_block_t *inp = (aes_block_t *)in; local
106 outp->data[n] = inp->data[n] ^ ivp->data[n];
111 iv2p = inp;
158 aes_block_t *inp = (aes_block_t *)in; local
162 tmp.data[n] = inp->data[n] ^ iv2p->data[n];
166 ivp = inp;
/external/bluetooth/bluez/sbc/
H A Dsbcenc.c155 unsigned char *inp, *outp; local
168 inp = input;
171 len = sbc_encode(&sbc, inp, codesize,
181 inp += len;
/external/ppp/pppd/
H A Dfsm.c339 u_char *inp; local
347 inp = inpacket;
352 GETCHAR(code, inp);
353 GETCHAR(id, inp);
354 GETSHORT(len, inp);
376 fsm_rconfreq(f, id, inp, len);
380 fsm_rconfack(f, id, inp, len);
385 fsm_rconfnakrej(f, code, id, inp, len);
389 fsm_rtermreq(f, id, inp, len);
397 fsm_rcoderej(f, inp, le
[all...]
H A Dcbcp.c159 u_char *inp; local
165 inp = inpacket;
173 GETCHAR(code, inp);
174 GETCHAR(id, inp);
175 GETSHORT(len, inp);
188 cbcp_recvreq(us, inp, len);
201 cbcp_recvack(us, inp, len);
H A Dupap.c319 u_char *inp; local
327 inp = inpacket;
332 GETCHAR(code, inp);
333 GETCHAR(id, inp);
334 GETSHORT(len, inp);
350 upap_rauthreq(u, inp, id, len);
354 upap_rauthack(u, inp, id, len);
358 upap_rauthnak(u, inp, id, len);
371 upap_rauthreq(u, inp, id, len)
373 u_char *inp;
[all...]
H A Dchap_ms.c380 chapms_handle_failure(unsigned char *inp, int len) argument
391 BCOPY(inp, msg, len);
440 len, inp);
/external/openssl/apps/
H A Ddgst.c110 BIO *in=NULL,*inp; local
477 inp=BIO_push(bmd,in);
489 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
518 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c537 char *outp, *inp; local
541 outp = inp = instring;
543 while (*inp) {
544 if (*inp == '\\') {
545 inp++;
546 if (*inp && strchr("0123456789abcdefABCDEF",(int)*inp)) {
547 temp[0] = *inp++;
549 if (*inp && strchr("0123456789abcdefABCDEF",(int)*inp)) {
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1448 pico_Char * inp = NULL; local
1538 inp = (pico_Char *) local_text;
1550 ret = pico_putTextUtf8( picoEngine, inp, text_remaining, &bytes_sent );
1560 inp += bytes_sent;

Completed in 150 milliseconds