Lines Matching defs:bix
888 struct wpabuf *pix, *prx, *bix, *brx;
904 bix = crypto_ec_key_get_pubkey_point(
907 bix = NULL;
914 bix = crypto_ec_key_get_pubkey_point(
917 bix = NULL;
939 if (bix) {
940 addr[num_elem] = wpabuf_head(bix);
941 len[num_elem] = wpabuf_len(bix) / 2;
963 wpabuf_free(bix);
971 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL;
987 bix = crypto_ec_key_get_pubkey_point(
990 bix = NULL;
999 bix = crypto_ec_key_get_pubkey_point(
1002 bix = NULL;
1030 if (bix) {
1031 addr[num_elem] = wpabuf_head(bix);
1032 len[num_elem] = wpabuf_len(bix) / 2;
1050 wpabuf_free(bix);