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

  /src/sys/arch/amiga/dev/
grf_cl.c 910 short prx, pry; local
929 prx = cl_cursprite.pos.x - cl_cursprite.hot.x;
931 if (rx < 0 || ry < 0 || prx < 0 || pry < 0) {
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay_i.h 258 * @prx: plain RX, ie validateFrames is not Strict
294 u8 prx:1; member in struct:ieee802_1x_mka_sak_use_body
298 u8 prx:1; member in struct:ieee802_1x_mka_sak_use_body
  /src/external/bsd/wpa/dist/src/common/
dpp_crypto.c 888 struct wpabuf *pix, *prx, *bix, *brx; local
901 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key,
912 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0);
920 if (!pix || !prx || !brx)
935 addr[num_elem] = wpabuf_head(prx);
936 len[num_elem] = wpabuf_len(prx) / 2;
962 wpabuf_free(prx);
971 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; local
984 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key,
997 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0)
    [all...]

Completed in 42 milliseconds