Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dsae_pk.c383 tmp->lambda = len - len / 5; in sae_pk_set_password()
384 tmp->fingerprint_bits = 8 * tmp->sec + 19 * tmp->lambda / 4 - 5; in sae_pk_set_password()
386 tmp->sec, tmp->lambda, tmp->fingerprint_bits); in sae_pk_set_password()
Dsae.h77 size_t lambda; member