Lines Matching refs:os_memcpy
436 os_memcpy(pmkid, sta->sae->pmkid, SAE_PMKID_LEN); in mesh_rsn_get_pmkid()
463 os_memcpy(ptr, addr1, ETH_ALEN); in mesh_rsn_derive_aek()
465 os_memcpy(ptr, addr2, ETH_ALEN); in mesh_rsn_derive_aek()
495 os_memcpy(ptr, min, WPA_NONCE_LEN); in mesh_rsn_derive_mtk()
497 os_memcpy(ptr, max, WPA_NONCE_LEN); in mesh_rsn_derive_mtk()
523 os_memcpy(ptr, min, ETH_ALEN); in mesh_rsn_derive_mtk()
525 os_memcpy(ptr, max, ETH_ALEN); in mesh_rsn_derive_mtk()
587 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
588 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
602 os_memcpy(pos, rsn->mgtk, rsn->mgtk_len); in mesh_rsn_protect_frame()
619 os_memcpy(pos, rsn->igtk, rsn->igtk_len); in mesh_rsn_protect_frame()
705 os_memcpy(crypt, elems->mic, crypt_len); in mesh_rsn_process_ampe()
738 os_memcpy(sta->peer_nonce, ampe->local_nonce, in mesh_rsn_process_ampe()
778 os_memcpy(sta->mgtk, pos, sta->mgtk_len); in mesh_rsn_process_ampe()
784 os_memcpy(sta->mgtk_rsc, pos, sizeof(sta->mgtk_rsc)); in mesh_rsn_process_ampe()
801 os_memcpy(sta->igtk_rsc, pos, sizeof(sta->igtk_rsc)); in mesh_rsn_process_ampe()
805 os_memcpy(sta->igtk, pos, key_len); in mesh_rsn_process_ampe()