/busybox-1.35.0/libbb/ |
D | compare_string_array.c | 12 char* FAST_FUNC is_prefixed_with(const char *string, const char *key) in is_prefixed_with() 35 char* FAST_FUNC is_suffixed_with(const char *string, const char *key) in is_suffixed_with() 52 int FAST_FUNC index_in_str_array(const char *const string_array[], const char *key) in index_in_str_array() 64 int FAST_FUNC index_in_strings(const char *strings, const char *key) in index_in_strings() 87 int FAST_FUNC index_in_substr_array(const char *const string_array[], const char *key) in index_in_substr_array() 101 int FAST_FUNC index_in_substrings(const char *strings, const char *key) in index_in_substrings()
|
D | pw_encrypt.c | 110 static char *my_crypt(const char *key, const char *salt) in my_crypt()
|
D | pw_encrypt_des.c | 508 des_setkey(struct des_ctx *ctx, const char *key) in des_setkey() 715 const unsigned char *key, const unsigned char *salt_str) in des_crypt()
|
/busybox-1.35.0/networking/ |
D | tls_rsa.c | 59 #define psRsaCrypt(pool, in, inlen, out, outlen, key, type, data) \ argument 63 unsigned char *out, uint32 *outlen, psRsaKey_t *key, int32 type, in psRsaCrypt() 184 int32 FAST_FUNC psRsaEncryptPub(psPool_t *pool, psRsaKey_t *key, in psRsaEncryptPub()
|
D | tls_rsa.h | 16 static ALWAYS_INLINE void psRsaKey_clear(psRsaKey_t *key) in psRsaKey_clear() 28 #define psRsaEncryptPub(pool, key, in, inlen, out, outlen, data) \ argument
|
D | ip.c | 415 int key; in ip_main() local
|
D | tls_aes.c | 128 static int KeyExpansion(uint32_t *RoundKey, const void *key, unsigned key_len) in KeyExpansion() 346 void FAST_FUNC aes_setkey(struct tls_aes *aes, const void *key, unsigned key_len) in aes_setkey()
|
/busybox-1.35.0/archival/libarchive/ |
D | filter_accept_reject_list.c | 15 const char *key; in filter_accept_reject_list() local
|
D | lzo1x_9x.c | 150 #define s_get_head3(s,key) s->head3[key] argument 228 unsigned key; in swd_remove_node() local 253 unsigned key; in swd_accept() local 343 unsigned key; in swd_search2() local 372 unsigned key; in swd_findbest() local
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | msgbox.c | 31 int i, x, y, key = 0; in dialog_msgbox() local
|
D | yesno.c | 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | inputbox.c | 48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
|
D | checklist.c | 116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; in dialog_checklist() local
|
D | textbox.c | 39 int i, x, y, cur_x, cur_y, fpos, key = 0; in dialog_textbox() local
|
D | menubox.c | 186 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 36 static const char *find_token(const char *const string_array[], const char *key, const char *defval… in find_token() 49 static const char *xfind_token(const char *const string_array[], const char *key) in xfind_token()
|
/busybox-1.35.0/coreutils/ |
D | sort.c | 142 static char *get_key(char *str, struct sort_key *key, int flags) in get_key() 263 struct sort_key *key; in compare_keys() local 485 struct sort_key *key = add_key(); in sort_main() local
|
/busybox-1.35.0/networking/libiproute/ |
D | utils.c | 242 void FAST_FUNC duparg(const char *key, const char *arg) in duparg() 247 void FAST_FUNC duparg2(const char *key, const char *arg) in duparg2()
|
D | rtm_map.c | 70 const smalluint key = index_in_substrings(keywords, arg) + 1; in rtnl_rtntype_a2n() local
|
D | iptunnel.c | 186 int key; in parse_args() local 560 int key = index_in_substrings(keywords, *argv); in do_iptunnel() local
|
D | iprule.c | 220 smalluint key; in iprule_modify() local
|
/busybox-1.35.0/util-linux/ |
D | ipcrm.c | 155 key_t key = xstrtoul(optarg, 0); in ipcrm_main() local
|
/busybox-1.35.0/miscutils/ |
D | chat.c | 235 int key = index_in_strings( in chat_main() local
|
D | man.c | 233 static const char *if_redefined(const char *var, const char *key, const char *line) in if_redefined()
|
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 189 const char *key, int field_pos) in parse_common() 237 const char *key, int field_pos) in parse_file()
|