Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c1801 size_t need_key_len = inc_y ? 2 * key_len : key_len; in crypto_ecdh_set_peerkey() local
1803 if (len < need_key_len) in crypto_ecdh_set_peerkey()
1809 wpabuf_put_data(pubkey, key, need_key_len); in crypto_ecdh_set_peerkey()