/third_party/openssl/crypto/asn1/ |
H A D | a_utf8.c | 28 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) in UTF8_getc() argument 93 int UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc() argument [all...] |
/third_party/openssl/crypto/rc2/ |
H A D | rc2_skey.c | 55 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) in RC2_set_key() argument
|
/third_party/openssl/crypto/camellia/ |
H A D | cmll_cbc.c | 19 Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const CAMELLIA_KEY *key, unsigned char *ivec, const int enc) Camellia_cbc_encrypt() argument
|
/third_party/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 26 ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len, const unsigned int key[8], const unsigned int counter[4]) ChaCha20_ctr32() argument
|
/third_party/openssl/crypto/aes/ |
H A D | aes_cbc.c | 20 AES_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const AES_KEY *key, unsigned char *ivec, const int enc) AES_cbc_encrypt() argument
|
/third_party/openssl/crypto/bf/ |
H A D | bf_skey.c | 22 void BF_set_key(BF_KEY *key, int len, const unsigned char *data) in BF_set_key() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Input.cpp | 38 int len = length ? length[i] : -1; in Input() local
|
/third_party/openssl/crypto/seed/ |
H A D | seed_cbc.c | 19 SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int enc) SEED_cbc_encrypt() argument
|
H A D | seed_ofb.c | 19 SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num) SEED_ofb128_encrypt() argument
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.h | 45 int32_t len; member
|
/third_party/skia/third_party/externals/brotli/c/fuzz/ |
H A D | run_decode_fuzzer.c | 30 size_t len = fread(tmp, 1, max_len, f); in main() local
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | main.cc | 13 unsigned len = 0; in main() local
|
/third_party/toybox/toys/other/ |
H A D | printenv.c | 28 int catch = 0, len = *var ? strlen(*var) : 0; in printenv_main() local
|
H A D | rev.c | 18 static void rev_line(char **pline, long len) in rev_line() argument
|
H A D | rmmod.c | 29 int len; in rmmod_main() local
|
H A D | tac.c | 23 static void do_tac(char **pline, long len) in do_tac() argument
|
/third_party/toybox/toys/pending/ |
H A D | groupdel.c | 30 int i, len = 0, found = 0; in groupdel_main() local
|
/third_party/skia/gm/ |
H A D | largeglyphblur.cpp | 40 size_t len = strlen(text); in DEF_SIMPLE_GM() local
|
/third_party/rust/crates/nix/src/sys/ |
H A D | sendfile.rs | 263 let mut len = count.unwrap_or(0); in sendfile() variables
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_internal.c | 12 size_t len = (ret >= size) ? size - 1 : ret; in strlcpy() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | libwpa_test.c | 24 size_t len; in main() local
|
H A D | mesh_mpm.h | 33 mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, const struct ieee80211_mgmt *mgmt, size_t len) mesh_mpm_action_rx() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | libwpa_test.c | 24 size_t len; in main() local
|
H A D | mesh_mpm.h | 33 mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, const struct ieee80211_mgmt *mgmt, size_t len) mesh_mpm_action_rx() argument
|
/test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
H A D | common_tool.cpp | 31 int32_t len = rand() % STRING_LEN; in GetRandString() local
|