/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_wrap.c | 20 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) AES_wrap_key() argument 27 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) AES_unwrap_key() argument
|
/third_party/openssl/crypto/aes/ |
H A D | aes_wrap.c | 20 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) AES_wrap_key() argument 27 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) AES_unwrap_key() argument
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_npn.c | 29 select_next_protocol(unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, const char *key, unsigned int keylen) select_next_protocol() argument 46 nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen) nghttp2_select_next_protocol() argument
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_npn.c | 29 select_next_protocol(unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, const char *key, unsigned int keylen) select_next_protocol() argument 46 nghttp2_select_next_protocol(unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen) nghttp2_select_next_protocol() argument
|
/third_party/musl/libc-test/src/functional/ |
H A D | iconv_open.c | 12 size_t inlen = strlen(inbuf); in main() local
|
/third_party/protobuf/src/google/protobuf/testing/ |
H A D | zcgunzip.cc | 68 int inlen; in main() local
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | lzo.c | 44 int inlen, outlen; in main() local
|
/third_party/curl/tests/unit/ |
H A D | unit1396.c | 45 int inlen; member
|
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 68 size_t inlen = sizeof(in); in test_nghttp2_gzip_inflate() local 36 deflate_data(uint8_t *out, size_t outlen, const uint8_t *in, size_t inlen) deflate_data() argument [all...] |
/third_party/toybox/toys/posix/ |
H A D | iconv.c | 38 size_t outlen, inlen = 0; in do_iconv() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha384-internal.c | 66 sha384_process(struct sha384_state *md, const unsigned char *in, unsigned long inlen) sha384_process() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha384-internal.c | 66 sha384_process(struct sha384_state *md, const unsigned char *in, unsigned long inlen) sha384_process() argument
|
/third_party/openssl/test/ |
H A D | siphash_internal_test.c | 175 size_t inlen = test.idx; in test_siphash() local [all...] |
H A D | poly1305_internal_test.c | 1511 size_t inlen = test.input.size; in test_poly1305() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cscd.c | 90 int outlen = c->decomp_size, inlen = buf_size - 2; in decode_frame() local
|
/third_party/eudev/src/shared/ |
H A D | siphash24.c | 56 void siphash24(uint8_t out[8], const void *_in, size_t inlen, const uint8_t k[16]) in siphash24() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | lzo.c | 136 int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen) in av_lzo1x_decode() argument
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 167 inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in, size_t inlen, int final) inflate_header_block() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 56 ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_fillblock() argument 80 ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_trailingdata() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | wrap128.c | 48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap() argument 99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) crypto_128_unwrap_raw() argument 150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap() argument 183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument 251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 180 int inlen; in PKCS12_item_i2d_encrypt_ex() local 19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument 115 PKCS12_pbe_crypt(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) PKCS12_pbe_crypt() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_b64.c | 26 size_t inlen = strlen(in); in ct_base64_decode() local
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 180 int inlen; in PKCS12_item_i2d_encrypt_ex() local 19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument 115 PKCS12_pbe_crypt(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) PKCS12_pbe_crypt() argument [all...] |
/third_party/openssl/crypto/modes/ |
H A D | wrap128.c | 48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap() argument 99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) crypto_128_unwrap_raw() argument 150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap() argument 183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument 251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 56 ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_fillblock() argument 80 ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_trailingdata() argument [all...] |