Home
last modified time | relevance | path

Searched defs:inp (Results 51 - 75 of 104) sorted by relevance

12345

/third_party/lwip/src/core/ipv6/
H A Dip6.c418 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 Draw.c135 raw_input(struct pbuf *p, struct netif *inp) in raw_input() argument
/third_party/lwip/src/include/lwip/priv/
H A Dtcpip_priv.h151 } inp; member
/third_party/lwip/src/netif/ppp/
H A Dpppos.c442 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 Dupap.c306 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 Dpppol2tp.c348 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 Dtcp_helper.c254 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 Dcipher_aes_cbc_hmac_sha256_hw.c116 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 Dcipher_aes_cbc_hmac_sha1_hw.c112 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 Dsha3_prov.c68 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 De_chacha20_poly1305.c58 chacha_cipher(EVP_CIPHER_CTX * ctx, unsigned char *out, const unsigned char *inp, size_t len) chacha_cipher() argument
H A De_aes_cbc_hmac_sha256.c147 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 De_aes_cbc_hmac_sha1.c152 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 Dpoly1305.c148 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 Dpoly1305.c148 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 De_chacha20_poly1305.c58 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 Dcipher_aes_cbc_hmac_sha256_hw.c116 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 Dcipher_aes_cbc_hmac_sha1_hw.c112 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 Dsha3_prov.c68 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 Dastc_partition_tables.cpp106 static uint32_t hash52(uint32_t inp) in hash52() argument
[all...]
/third_party/python/Parser/
H A Dtokenizer.h36 char *inp; /* End of data in buffer */ member
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_intra_msa.c63 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 Dra144.c1613 void ff_int_to_int16(int16_t *out, const int *inp) in ff_int_to_int16() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_normalize.c145 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 Dgcm128.c375 gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len) global() argument
[all...]

Completed in 21 milliseconds

12345