Home
last modified time | relevance | path

Searched defs:inp (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/grpc/test/core/util/
Dfuzzer_util.cc28 uint8_t grpc_fuzzer_get_next_byte(input_stream* inp) { in grpc_fuzzer_get_next_byte()
35 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special) { in grpc_fuzzer_get_next_string()
57 uint32_t grpc_fuzzer_get_next_uint32(input_stream* inp) { in grpc_fuzzer_get_next_uint32()
/third_party/markupsafe/
D_speedups.c20 #define GET_DELTA(inp, inp_end, delta) \ argument
35 #define DO_ESCAPE(inp, inp_end, outp) \ argument
94 Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in); in escape_unicode_kind1() local
120 Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in); in escape_unicode_kind2() local
146 Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in); in escape_unicode_kind4() local
/third_party/openssl/crypto/whrlpool/
Dwp_dgst.c73 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local
91 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local
247 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp57 uint32_t clz32(uint32_t inp) in clz32()
91 sf32 sf16_to_sf32(sf16 inp) in sf16_to_sf32()
/third_party/lwip/src/netif/ppp/
Dfsm.c319 u_char *inp; in fsm_input() local
392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq()
459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) { in fsm_rconfack()
515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej()
645 static void fsm_rcoderej(fsm *f, u_char *inp, int len) { in fsm_rcoderej()
Dupap.c306 u_char *inp; in upap_input() local
359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq()
458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack()
493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak()
Deap.c345 b64enc(bs, inp, inlen, outp) in b64enc() argument
393 b64dec(bs, inp, inlen, outp) in b64dec() argument
1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument
1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request()
1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response()
2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success()
2043 static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_failure()
2070 static void eap_input(ppp_pcb *pcb, u_char *inp, int inlen) { in eap_input()
2135 static int eap_printpkt(const u_char *inp, int inlen, void (*printer) (void *, const char *, ...), … in eap_printpkt()
/third_party/grpc/test/core/security/
Dalts_credentials_fuzzer.cc45 input_stream* inp, grpc_alts_credentials_options* options) { in read_target_service_accounts()
68 input_stream inp = {data, data + size}; in LLVMFuzzerTestOneInput() local
/third_party/cef/libcef_dll/base/
Dcef_atomicops_x86_gcc.cc23 #define cpuid(a, b, c, d, inp) \ argument
30 #define cpuid(a, b, c, d, inp) \ argument
/third_party/boringssl/src/crypto/dsa/
Ddsa_asn1.c229 DSA_SIG *d2i_DSA_SIG(DSA_SIG **out_sig, const uint8_t **inp, long len) { in d2i_DSA_SIG()
257 DSA *d2i_DSAPublicKey(DSA **out, const uint8_t **inp, long len) { in d2i_DSAPublicKey()
285 DSA *d2i_DSAPrivateKey(DSA **out, const uint8_t **inp, long len) { in d2i_DSAPrivateKey()
313 DSA *d2i_DSAparams(DSA **out, const uint8_t **inp, long len) { in d2i_DSAparams()
/third_party/node/deps/npm/node_modules/worker-farm/examples/basic/
Dchild.js3 module.exports = function (inp, callback) { argument
/third_party/boringssl/src/crypto/evp/
Devp_asn1.c246 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **out, const uint8_t **inp, in d2i_PrivateKey()
302 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **out, const uint8_t **inp, long len) { in d2i_AutoPrivateKey()
349 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **out, const uint8_t **inp, in d2i_PublicKey()
/third_party/openssl/crypto/modes/
Dccm128.c138 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt()
222 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt()
311 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt_ccm64()
375 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt_ccm64()
/third_party/openssl/crypto/
Dppccap.c71 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order()
80 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order()
96 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32()
/third_party/node/test/parallel/
Dtest-zlib-brotli-from-brotli.js22 const inp = fs.createReadStream(fixture); constant
Dtest-zlib-from-gzip.js43 const inp = fs.createReadStream(fixture); constant
Dtest-zlib-random-byte-pipes.js148 const inp = new RandomReadStream({ total: 1024, block: 256, jitter: 16 }); constant
/third_party/lwip/src/core/
Dip.c154 ip_input(struct pbuf *p, struct netif *inp) in ip_input()
/third_party/openssl/crypto/aes/
Daes_ige.c66 aes_block_t *inp = (aes_block_t *) in; in AES_ige_encrypt() local
119 aes_block_t *inp = (aes_block_t *) in; in AES_ige_encrypt() local
/third_party/boringssl/src/crypto/ec_extra/
Dec_asn1.c433 EC_KEY *d2i_ECPrivateKey(EC_KEY **out, const uint8_t **inp, long len) { in d2i_ECPrivateKey()
469 EC_KEY *d2i_ECParameters(EC_KEY **out_key, const uint8_t **inp, long len) { in d2i_ECParameters()
512 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/third_party/openssl/crypto/poly1305/
Dpoly1305.c150 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks()
292 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks()
470 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) in Poly1305_Update()
/third_party/boringssl/src/crypto/rsa_extra/
Drsa_asn1.c249 RSA *d2i_RSAPublicKey(RSA **out, const uint8_t **inp, long len) { in d2i_RSAPublicKey()
277 RSA *d2i_RSAPrivateKey(RSA **out, const uint8_t **inp, long len) { in d2i_RSAPrivateKey()
/third_party/node/test/sequential/
Dtest-net-GH-5504.js91 function wrap(inp, out, w) { argument
/third_party/boringssl/src/crypto/dh/
Ddh_asn1.c134 DH *d2i_DHparams(DH **out, const uint8_t **inp, long len) { in d2i_DHparams()
/third_party/lwip/src/api/
Dtcpip.c240 tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn) in tcpip_inpkt()
283 tcpip_input(struct pbuf *p, struct netif *inp) in tcpip_input()

1234