Home
last modified time | relevance | path

Searched refs:iter_count (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/wpa/src/tls/
HDpkcs5.c25 unsigned int iter_count; member
116 params->iter_count = *hdr.payload; in pkcs5_get_params()
118 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params()
120 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params()
128 params->iter_count); in pkcs5_get_params()
129 if (params->iter_count == 0 || params->iter_count > 0xffff) { in pkcs5_get_params()
131 "iterationCount=0x%x", params->iter_count); in pkcs5_get_params()
158 for (i = 1; i < params->iter_count; i++) { in pkcs5_crypto_init()
/NextBSD/sys/dev/iwm/
HDif_iwmreg.h4692 uint16_t iter_count[IWM_MAX_SCAN_CHANNELS]; member