Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 44) sorted by relevance

12

/busybox-1.35.0/libbb/
Dcompare_string_array.c12 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()
Dpw_encrypt.c110 static char *my_crypt(const char *key, const char *salt) in my_crypt()
Dpw_encrypt_des.c508 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/
Dtls_rsa.c59 #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()
Dtls_rsa.h16 static ALWAYS_INLINE void psRsaKey_clear(psRsaKey_t *key) in psRsaKey_clear()
28 #define psRsaEncryptPub(pool, key, in, inlen, out, outlen, data) \ argument
Dip.c415 int key; in ip_main() local
Dtls_aes.c128 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/
Dfilter_accept_reject_list.c15 const char *key; in filter_accept_reject_list() local
Dlzo1x_9x.c150 #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/
Dmsgbox.c31 int i, x, y, key = 0; in dialog_msgbox() local
Dyesno.c44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
Dchecklist.c116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; in dialog_checklist() local
Dtextbox.c39 int i, x, y, cur_x, cur_y, fpos, key = 0; in dialog_textbox() local
Dmenubox.c186 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
/busybox-1.35.0/mailutils/
Dreformime.c36 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/
Dsort.c142 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/
Dutils.c242 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()
Drtm_map.c70 const smalluint key = index_in_substrings(keywords, arg) + 1; in rtnl_rtntype_a2n() local
Diptunnel.c186 int key; in parse_args() local
560 int key = index_in_substrings(keywords, *argv); in do_iptunnel() local
Diprule.c220 smalluint key; in iprule_modify() local
/busybox-1.35.0/util-linux/
Dipcrm.c155 key_t key = xstrtoul(optarg, 0); in ipcrm_main() local
/busybox-1.35.0/miscutils/
Dchat.c235 int key = index_in_strings( in chat_main() local
Dman.c233 static const char *if_redefined(const char *var, const char *key, const char *line) in if_redefined()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c189 const char *key, int field_pos) in parse_common()
237 const char *key, int field_pos) in parse_file()

12