Searched refs:brx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c2534 struct wpabuf *pix, *prx, *bix, *brx; local
2552 brx = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0);
2560 brx = dpp_get_pubkey_point(auth->own_bi->pubkey, 0);
2562 if (!pix || !prx || !brx)
2587 addr[num_elem] = wpabuf_head(brx);
2588 len[num_elem] = wpabuf_len(brx) / 2;
2606 wpabuf_free(brx);
2613 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; local
2633 brx = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0);
2643 brx
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-opc.c1074 #define brx(opcode, mask, lose, flags) /* v9 */ \
1103 /* v9: We must put `brx' before `br', to ensure that we never match something
1110 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1072 #define brx macro

Completed in 207 milliseconds