Home
last modified time | relevance | path

Searched defs:inlen (Results 1 - 25 of 140) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_wrap.c20 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 Daes_wrap.c20 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 Dnghttp2_npn.c29 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 Dnghttp2_npn.c29 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 Diconv_open.c12 size_t inlen = strlen(inbuf); in main() local
/third_party/protobuf/src/google/protobuf/testing/
H A Dzcgunzip.cc68 int inlen; in main() local
/third_party/ffmpeg/libavutil/tests/
H A Dlzo.c44 int inlen, outlen; in main() local
/third_party/curl/tests/unit/
H A Dunit1396.c45 int inlen; member
/third_party/nghttp2/src/
H A Dnghttp2_gzip_test.c68 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 Diconv.c38 size_t outlen, inlen = 0; in do_iconv() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha384-internal.c66 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 Dsha384-internal.c66 sha384_process(struct sha384_state *md, const unsigned char *in, unsigned long inlen) sha384_process() argument
/third_party/openssl/test/
H A Dsiphash_internal_test.c175 size_t inlen = test.idx; in test_siphash() local
[all...]
H A Dpoly1305_internal_test.c1511 size_t inlen = test.input.size; in test_poly1305() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcscd.c90 int outlen = c->decomp_size, inlen = buf_size - 2; in decode_frame() local
/third_party/eudev/src/shared/
H A Dsiphash24.c56 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 Dlzo.c136 int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen) in av_lzo1x_decode() argument
/third_party/nghttp2/examples/
H A Ddeflate.c167 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 Dciphercommon_block.c56 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 Dwrap128.c48 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 Dp12_decr.c180 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 Dct_b64.c26 size_t inlen = strlen(in); in ct_base64_decode() local
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c180 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 Dwrap128.c48 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 Dciphercommon_block.c56 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...]

Completed in 11 milliseconds

123456