/third_party/grpc/test/core/util/ |
D | fuzzer_util.cc | 28 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.c | 20 #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/ |
D | wp_dgst.c | 73 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/ |
D | astc_mathlib_softfloat.cpp | 57 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/ |
D | fsm.c | 319 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()
|
D | upap.c | 306 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()
|
D | eap.c | 345 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/ |
D | alts_credentials_fuzzer.cc | 45 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/ |
D | cef_atomicops_x86_gcc.cc | 23 #define cpuid(a, b, c, d, inp) \ argument 30 #define cpuid(a, b, c, d, inp) \ argument
|
/third_party/boringssl/src/crypto/dsa/ |
D | dsa_asn1.c | 229 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/ |
D | child.js | 3 module.exports = function (inp, callback) { argument
|
/third_party/boringssl/src/crypto/evp/ |
D | evp_asn1.c | 246 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/ |
D | ccm128.c | 138 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/ |
D | ppccap.c | 71 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/ |
D | test-zlib-brotli-from-brotli.js | 22 const inp = fs.createReadStream(fixture); constant
|
D | test-zlib-from-gzip.js | 43 const inp = fs.createReadStream(fixture); constant
|
D | test-zlib-random-byte-pipes.js | 148 const inp = new RandomReadStream({ total: 1024, block: 256, jitter: 16 }); constant
|
/third_party/lwip/src/core/ |
D | ip.c | 154 ip_input(struct pbuf *p, struct netif *inp) in ip_input()
|
/third_party/openssl/crypto/aes/ |
D | aes_ige.c | 66 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/ |
D | ec_asn1.c | 433 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/ |
D | poly1305.c | 150 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/ |
D | rsa_asn1.c | 249 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/ |
D | test-net-GH-5504.js | 91 function wrap(inp, out, w) { argument
|
/third_party/boringssl/src/crypto/dh/ |
D | dh_asn1.c | 134 DH *d2i_DHparams(DH **out, const uint8_t **inp, long len) { in d2i_DHparams()
|
/third_party/lwip/src/api/ |
D | tcpip.c | 240 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()
|