/third_party/lwip/src/core/ipv6/ |
H A D | ip6.c | 418 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) argument 561 ip6_input(struct pbuf *p, struct netif *inp) argument 641 ip6_addr_assign_zone(ip_2_ip6(&ip_data.current_iphdr_dest), IP6_UNKNOWN, inp); local 642 ip6_addr_assign_zone(ip_2_ip6(&ip_data.current_iphdr_src), IP6_UNICAST, inp); local [all...] |
/third_party/lwip/src/core/ |
H A D | raw.c | 135 raw_input(struct pbuf *p, struct netif *inp) in raw_input() argument
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 151 } inp; member
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppos.c | 442 err_t pppos_input_sys(struct pbuf *p, struct netif *inp) { in pppos_input_sys() argument 536 struct pbuf *inp; in pppos_input() local
|
H A D | upap.c | 306 u_char *inp; in upap_input() local 359 upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) upap_rauthreq() argument 458 upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) upap_rauthack() argument 493 upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) upap_rauthnak() argument [all...] |
H A D | pppol2tp.c | 348 u8_t *inp; in pppol2tp_input() local 487 u8_t *inp; pppol2tp_dispatch_control_packet() local [all...] |
/third_party/lwip/test/unit/tcp/ |
H A D | tcp_helper.c | 254 void test_tcp_input(struct pbuf *p, struct netif *inp) in test_tcp_input() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 116 const unsigned char *inp; member 125 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument [all...] |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 112 const unsigned char *inp; member 121 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | sha3_prov.c | 68 static int keccak_update(void *vctx, const unsigned char *inp, size_t len) in keccak_update() argument 123 static size_t generic_sha3_absorb(void *vctx, const void *inp, size_t len) in generic_sha3_absorb() argument 150 static size_t s390x_sha3_absorb(void *vctx, const void *inp, size_t len) in s390x_sha3_absorb() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 58 chacha_cipher(EVP_CIPHER_CTX * ctx, unsigned char *out, const unsigned char *inp, size_t len) chacha_cipher() argument
|
H A D | e_aes_cbc_hmac_sha256.c | 147 const unsigned char *inp; member 155 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 152 const unsigned char *inp; member 160 tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_1_multi_block_encrypt() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305.c | 148 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() argument 290 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() argument 468 Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) Poly1305_Update() argument [all...] |
/third_party/openssl/crypto/poly1305/ |
H A D | poly1305.c | 148 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() argument 290 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() argument 468 Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) Poly1305_Update() argument [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 58 chacha_cipher(EVP_CIPHER_CTX * ctx, unsigned char *out, const unsigned char *inp, size_t len) chacha_cipher() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 116 const unsigned char *inp; member 125 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument [all...] |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 112 const unsigned char *inp; member 121 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument [all...] |
/third_party/openssl/providers/implementations/digests/ |
H A D | sha3_prov.c | 68 static int keccak_update(void *vctx, const unsigned char *inp, size_t len) in keccak_update() argument 123 static size_t generic_sha3_absorb(void *vctx, const void *inp, size_t len) in generic_sha3_absorb() argument 150 static size_t s390x_sha3_absorb(void *vctx, const void *inp, size_t len) in s390x_sha3_absorb() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_partition_tables.cpp | 106 static uint32_t hash52(uint32_t inp) in hash52() argument [all...] |
/third_party/python/Parser/ |
H A D | tokenizer.h | 36 char *inp; /* End of data in buffer */ member
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_intra_msa.c | 63 uint32_t row, inp; in ff_hor_16x16_msa() local 84 uint32_t row, inp; in ff_hor_32x32_msa() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ra144.c | 1613 void ff_int_to_int16(int16_t *out, const int *inp) in ff_int_to_int16() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_normalize.c | 145 uint8_t *inp = in->data[0] + y * in->linesize[0]; in find_min_max() local 159 uint8_t *inp = in->data[0] + y * in->linesize[0]; in process() local 219 uint16_t *inp = (uint16_t *)(in->data[0] + y * in->linesize[0]); in find_min_max_16() local 233 uint16_t *inp = (uint16_t *)(in->data[0] + y * in->linesize[0]); process_16() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 375 gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len) global() argument [all...] |