Home
last modified time | relevance | path

Searched refs:key_str (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sbin/devattr/
H A Ddevattr.c202 const char *key_str; in main() local
260 key_str = prop_dictionary_keysym_cstring_nocopy(cur_key); in main()
263 print_prop(key_str, key_val); in main()
294 key_str = prop_dictionary_keysym_cstring_nocopy(cur_key); in main()
297 print_prop(key_str, key_val); in main()
/dragonfly/sys/net/
H A Dtoeplitz.c86 const uint8_t key_str[], int key_strlen) in toeplitz_cache_create() argument
106 k = key_str[bit / NBBY]; in toeplitz_cache_create()
/dragonfly/tools/tools/toeplitz/
H A Dtoeplitz.c119 const uint8_t key_str[], int key_strlen) in toeplitz_init() argument
142 k = key_str[bit / NBBY]; in toeplitz_init()
/dragonfly/contrib/ldns/
H A Dstr2host.c2214 const char *key_str = *s; in parse_svcparam_key() local
2224 len = *s - key_str; in parse_svcparam_key()
2227 && !strncmp(key_str, svcparam_key_defs[i].str, len)) { in parse_svcparam_key()
2233 if (len == 9 && !strncmp(key_str, "echconfig", 9)) { in parse_svcparam_key()
2237 if (len < 4 || len > 8 || strncmp(key_str, "key", 3)) in parse_svcparam_key()
2240 memcpy(num_str, key_str + 3, len - 3); in parse_svcparam_key()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwps_supplicant.c809 char key_str[65]; in wpa_supplicant_wps_event_er_ap_settings() local
812 key_str[0] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
815 os_memcpy(key_str, cred->key, cred->key_len); in wpa_supplicant_wps_event_er_ap_settings()
816 key_str[cred->key_len] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
826 cred->auth_type, cred->encr_type, key_str); in wpa_supplicant_wps_event_er_ap_settings()