Home
last modified time | relevance | path

Searched defs:inp (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha_ppc.c20 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 Dsha3.c47 const unsigned char *inp = _inp; in ossl_sha3_update() local
/third_party/openssl/crypto/sha/
H A Dsha_ppc.c20 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 Dsha3.c47 const unsigned char *inp = _inp; in ossl_sha3_update() local
/third_party/node/deps/openssl/openssl/crypto/chacha/
H A Dchacha_ppc.c26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
H A Dchacha_enc.c71 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
/third_party/openssl/crypto/chacha/
H A Dchacha_ppc.c26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
H A Dchacha_enc.c71 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() argument
/third_party/lwip/src/core/
H A Dip.c154 ip_input(struct pbuf *p, struct netif *inp) in ip_input() argument
H A Dtcp_in.c118 tcp_input(struct pbuf *p, struct netif *inp) argument
H A Dudp.c141 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 Dwp_dgst.c79 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 Dwp_block.c499 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 Dxts128.c23 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 Dxts128.c23 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 Dwp_dgst.c79 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 Dwp_block.c499 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 Dastc_mathlib_softfloat.cpp57 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 Ddeaddrop.js169 function inp() { function
/third_party/libwebsockets/plugins/deaddrop/assets/
H A Ddeaddrop.js169 function inp() { function
/third_party/markupsafe/
H A D_speedups.c94 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 Dicmp.c80 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input() argument
/third_party/lwip/src/core/ipv6/
H A Dicmp6.c83 icmp6_input(struct pbuf *p, struct netif *inp) in icmp6_input() argument
/third_party/openssl/test/
H A Dbio_enc_test.c42 static unsigned char inp[BUF_SIZE] = { 0 }; in do_bio_cipher() local
/third_party/ffmpeg/libavcodec/
H A Dhtmlsubtitles.c69 static void handle_open_brace(AVBPrint *dst, const char **inp, int *an, int *closing_brace_missing) in handle_open_brace() argument

Completed in 13 milliseconds

1234