HomeSort by relevance Sort by last modified time
    Searched refs:SK_d_len (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 37 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen,
ikev2_common.c 643 keys->SK_d_len = prf->key_len;
648 keybuf_len = keys->SK_d_len + 2 * keys->SK_integ_len +
662 keys->SK_d = os_malloc(keys->SK_d_len);
664 os_memcpy(keys->SK_d, pos, keys->SK_d_len);
666 keys->SK_d, keys->SK_d_len);
668 pos += keys->SK_d_len;
ikev2_common.h 241 size_t SK_d_len, SK_integ_len, SK_encr_len, SK_prf_len;

Completed in 204 milliseconds