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

12

/external/fio/lib/
H A Dinet_aton.c3 int inet_aton(const char *cp, struct in_addr *inp) argument
5 return inet_pton(AF_INET, cp, inp);
/external/boringssl/src/crypto/ec/
H A Dec_test.cc70 const uint8_t *inp = in; local
71 ScopedEC_KEY ret(d2i_ECPrivateKey(NULL, &inp, in_len));
72 if (!ret || inp != in + in_len) {
H A Dec_asn1.c239 static EC_GROUP *d2i_ECPKParameters(EC_GROUP **groupp, const uint8_t **inp, argument
244 params = d2i_ECPKPARAMETERS(NULL, inp, len);
484 EC_KEY *d2i_ECParameters(EC_KEY **key, const uint8_t **inp, long len) { argument
487 if (inp == NULL || *inp == NULL) {
502 if (!d2i_ECPKParameters(&ret->group, inp, len)) {
516 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { argument
529 if (!EC_POINT_oct2point(ret->group, ret->pub_key, *inp, len, NULL)) {
534 ret->conv_form = (point_conversion_form_t)(*inp[0] & ~0x01);
535 *inp
[all...]
/external/boringssl/src/crypto/evp/
H A Dasn1.c67 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **out, const uint8_t **inp, argument
87 !ret->ameth->old_priv_decode(ret, inp, len)) {
89 PKCS8_PRIV_KEY_INFO *p8 = d2i_PKCS8_PRIV_KEY_INFO(NULL, inp, len);
114 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **out, const uint8_t **inp, long len) { argument
118 p = *inp;
132 PKCS8_PRIV_KEY_INFO *p8 = d2i_PKCS8_PRIV_KEY_INFO(NULL, inp, len);
152 return d2i_PrivateKey(keytype, out, inp, len);
/external/boringssl/src/crypto/x509/
H A Dpkcs7.c114 const uint8_t *inp; local
120 inp = CBS_data(&cert);
121 x509 = d2i_X509(NULL, &inp, CBS_len(&cert));
126 assert(inp == CBS_data(&cert) + CBS_len(&cert));
182 const uint8_t *inp; local
188 inp = CBS_data(&crl_data);
189 crl = d2i_X509_CRL(NULL, &inp, CBS_len(&crl_data));
194 assert(inp == CBS_data(&crl_data) + CBS_len(&crl_data));
/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.c440 chapms_handle_failure(unsigned char *inp, int len) argument
451 BCOPY(inp, msg, len);
500 len, inp);
/external/boringssl/src/tool/
H A Dspeed.cc418 const uint8_t *inp = kDERRSAPrivate2048; local
419 if (NULL == d2i_RSAPrivateKey(&key, &inp, kDERRSAPrivate2048Len)) {
432 inp = kDERRSAPrivate4096;
433 if (NULL == d2i_RSAPrivateKey(&key, &inp, kDERRSAPrivate4096Len)) {
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c45 int readframe(WebRtc_Word16 *data, FILE *inp, int length) { argument
49 rlen = fread(data, sizeof(WebRtc_Word16), length, inp);
94 FILE *inp, *outp, *f_bn, *bitsp; local
273 if ((inp = fopen(inname,"rb")) == NULL) {
421 fclose(inp);
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
678 fclose(inp);
H A Dkenny.c29 int readframe(WebRtc_Word16 *data, FILE *inp, int length) { argument
33 rlen = fread(data, sizeof(WebRtc_Word16), length, inp);
97 FILE *inp, *outp, *f_bn, *outbits; local
430 if ((inp = fopen(inname,"rb")) == NULL) {
560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
844 fclose(inp);
/external/boringssl/src/crypto/modes/
H A Dgcm.c229 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, argument
242 nlo ^= inp[15];
267 nlo ^= inp[cnt];
304 } while (inp += 16, len -= 16);
308 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
328 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
338 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, size_t len);
344 void gcm_ghash_4bit_mmx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
348 void gcm_ghash_4bit_x86(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
363 void gcm_ghash_v8(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
387 gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, size_t len) argument
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfilter_functions.c132 double rho=0.9, *inp, *dp, *dp2; local
156 inp=tmpbuffer + PITCH_WLPCBUFLEN;
172 WebRtcIsac_ZeroPoleFilter(inp, apol, apolr, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, weo);
173 WebRtcIsac_ZeroPoleFilter(inp, apolr, opol, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, who);
175 inp+=PITCH_SUBFRAME_LEN;
H A Dentropy_coding.c722 double rc[MAX_ORDER], *outpl, *outph, *inp; local
727 /* First two elements of 'inp' store gains*/
728 inp = lars;
731 WebRtcIsac_Lar2Rc(&inp[2], rc, orderLo);
735 WebRtcIsac_Lar2Rc(&inp[orderLo + 2], rc, orderHi);
739 outpl[0] = inp[0];
740 outph[0] = inp[1];
744 inp += orderTot;
/external/clang/test/Sema/
H A Ddesignated-initializers.c98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { member in struct:outer
/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/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c722 const uint8_t *inp; local
748 inp = CBS_data(&ai);
749 algor = d2i_X509_ALGOR(NULL, &inp, CBS_len(&ai));
753 if (inp != CBS_data(&ai) + CBS_len(&ai)) {
785 const uint8_t *inp = CBS_data(&wrapped_contents); local
797 encrypted = d2i_X509_SIG(NULL, &inp, CBS_len(&wrapped_contents));
803 if (inp != CBS_data(&wrapped_contents) + CBS_len(&wrapped_contents)) {
837 const uint8_t *inp = CBS_data(&cert); local
838 X509 *x509 = d2i_X509(NULL, &inp, CBS_len(&cert));
844 if (inp !
[all...]
/external/libvncserver/x11vnc/
H A Dv4l.c78 static void v4l_inp(int inp);
281 char *str, *p, *fmt = NULL, *tun = NULL, *inp = NULL; local
319 } else if (strstr(p, "inp=") == p) {
320 inp = strdup(p+4);
398 if (inp) {
402 s[0] = inp[0];
405 chan = atoi(inp);
413 if (!strcmp(v4l1_channel.name, inp)) {
587 static void v4l_inp(int inp) { argument
590 if (inp
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1461 pico_Char * inp = NULL; local
1551 inp = (pico_Char *) local_text;
1563 ret = pico_putTextUtf8( picoEngine, inp, text_remaining, &bytes_sent );
1573 inp += bytes_sent;
/external/toybox/toys/pending/
H A Dtar.c491 char *endp, inp[len+1]; //1 for NUL termination local
493 memcpy(inp, str, len);
494 inp[len] = '\0'; //nul-termination made sure
495 val = strtol(inp, &endp, 8);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c1007 size_t utf8_unescape(const char *inp, size_t in_size, argument
1012 if (!inp || !outp)
1016 in_size = os_strlen(inp);
1019 if (*inp == '\'' && in_size) {
1020 inp++;
1028 switch (*inp) {
1037 inp++;
1041 *outp++ = *inp++;
1054 size_t utf8_escape(const char *inp, size_t in_size, argument
1059 if (!inp || !out
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c1007 size_t utf8_unescape(const char *inp, size_t in_size, argument
1012 if (!inp || !outp)
1016 in_size = os_strlen(inp);
1019 if (*inp == '\'' && in_size) {
1020 inp++;
1028 switch (*inp) {
1037 inp++;
1041 *outp++ = *inp++;
1054 size_t utf8_escape(const char *inp, size_t in_size, argument
1059 if (!inp || !out
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c1007 size_t utf8_unescape(const char *inp, size_t in_size, argument
1012 if (!inp || !outp)
1016 in_size = os_strlen(inp);
1019 if (*inp == '\'' && in_size) {
1020 inp++;
1028 switch (*inp) {
1037 inp++;
1041 *outp++ = *inp++;
1054 size_t utf8_escape(const char *inp, size_t in_size, argument
1059 if (!inp || !out
[all...]
/external/fio/
H A Dserver.c1579 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp, argument
1588 ret = inet_pton(AF_INET, host, inp);
1607 memcpy(inp, &((struct sockaddr_in *) res->ai_addr)->sin_addr, sizeof(*inp));
1622 * *ptr is the host, *port is the port, inp is the destination.
1629 int *port, struct in_addr *inp,
1695 if (fio_server_parse_host(*ptr, *ipv6, inp, inp6)) {
1628 fio_server_parse_string(const char *str, char **ptr, int *is_sock, int *port, struct in_addr *inp, struct in6_addr *inp6, int *ipv6) argument

Completed in 1185 milliseconds

12