HomeSort by: relevance | last modified time | path
    Searched defs:brx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_crypto.c 888 struct wpabuf *pix, *prx, *bix, *brx; local
908 brx = crypto_ec_key_get_pubkey_point(auth->peer_bi->pubkey, 0);
918 brx = crypto_ec_key_get_pubkey_point(auth->own_bi->pubkey, 0);
920 if (!pix || !prx || !brx)
945 addr[num_elem] = wpabuf_head(brx);
946 len[num_elem] = wpabuf_len(brx) / 2;
964 wpabuf_free(brx);
971 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; local
993 brx = crypto_ec_key_get_pubkey_point(auth->peer_bi->pubkey, 0);
1005 brx = crypto_ec_key_get_pubkey_point(auth->own_bi->pubkey, 0)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
sparc-opc.c 1319 #define brx(opcode, mask, lose, flags) /* v9 */ \
1349 /* v9: We must put `brx' before `br', to ensure that we never match something
1356 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1317 #define brx macro
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-opc.c 1319 #define brx(opcode, mask, lose, flags) /* v9 */ \
1349 /* v9: We must put `brx' before `br', to ensure that we never match something
1356 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1317 #define brx macro
  /src/external/gpl3/gdb/dist/opcodes/
sparc-opc.c 1319 #define brx(opcode, mask, lose, flags) /* v9 */ \
1349 /* v9: We must put `brx' before `br', to ensure that we never match something
1356 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1317 #define brx macro
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-opc.c 1319 #define brx(opcode, mask, lose, flags) /* v9 */ \
1349 /* v9: We must put `brx' before `br', to ensure that we never match something
1356 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1317 #define brx macro

Completed in 93 milliseconds