Lines Matching refs:os_malloc
86 vlan = os_malloc(sizeof(*vlan));
255 user->identity = os_malloc(pos - start);
375 user->password = os_malloc(pos - start);
396 user->password = os_malloc(16);
420 user->password = os_malloc((pos2 - pos) / 2);
620 wep->key[keyidx] = os_malloc(len);
629 wep->key[keyidx] = os_malloc(len);
660 list = os_malloc(sizeof(int) * (count + 2));
1385 bss->pac_opaque_encr_key = os_malloc(16);
1404 bss->eap_fast_a_id = os_malloc(idlen / 2);