/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha_ppc.c | 20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument 29 void sha512_block_data_order(void *ctx, const void *inp, size_ argument [all...] |
H A D | sha3.c | 47 const unsigned char *inp = _inp; in ossl_sha3_update() local
|
/third_party/openssl/crypto/sha/ |
H A D | sha_ppc.c | 20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument 29 void sha512_block_data_order(void *ctx, const void *inp, size_ argument [all...] |
H A D | sha3.c | 47 const unsigned char *inp = _inp; in ossl_sha3_update() local
|
/third_party/node/deps/openssl/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
|
H A D | chacha_enc.c | 71 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
|
/third_party/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
|
H A D | chacha_enc.c | 71 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
|
/third_party/lwip/src/core/ |
H A D | ip.c | 154 ip_input(struct pbuf *p, struct netif *inp) in ip_input() argument
|
H A D | tcp_in.c | 118 tcp_input(struct pbuf *p, struct netif *inp) argument
|
H A D | udp.c | 141 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match() argument 205 udp_input(struct pbuf *p, struct netif *inp) argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 79 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local 97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local 253 WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) WHIRLPOOL() argument [all...] |
H A D | wp_block.c | 499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block() argument
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | xts128.c | 23 CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, size_t len, int enc) CRYPTO_xts128_encrypt() argument [all...] |
/third_party/openssl/crypto/modes/ |
H A D | xts128.c | 23 CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, size_t len, int enc) CRYPTO_xts128_encrypt() argument [all...] |
/third_party/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 79 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local 97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local 253 WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) WHIRLPOOL() argument [all...] |
H A D | wp_block.c | 499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_mathlib_softfloat.cpp | 57 uint32_t clz32(uint32_t inp) in clz32() argument 91 sf32 sf16_to_sf32(sf16 inp) in sf16_to_sf32() argument [all...] |
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
H A D | deaddrop.js | 169 function inp() { function
|
/third_party/libwebsockets/plugins/deaddrop/assets/ |
H A D | deaddrop.js | 169 function inp() { function
|
/third_party/markupsafe/ |
H A D | _speedups.c | 94 Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in); escape_unicode_kind1() local 120 Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in); escape_unicode_kind2() local 146 Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in); escape_unicode_kind4() local [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | icmp.c | 80 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input() argument
|
/third_party/lwip/src/core/ipv6/ |
H A D | icmp6.c | 83 icmp6_input(struct pbuf *p, struct netif *inp) in icmp6_input() argument
|
/third_party/openssl/test/ |
H A D | bio_enc_test.c | 42 static unsigned char inp[BUF_SIZE] = { 0 }; in do_bio_cipher() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | htmlsubtitles.c | 69 static void handle_open_brace(AVBPrint *dst, const char **inp, int *an, int *closing_brace_missing) in handle_open_brace() argument
|