Searched refs:R (Results 1 – 18 of 18) sorted by relevance
/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaCredEditActivity.java | 23 setContentView(R.layout.cred_edit); in onCreate() 31 edit = (EditText) findViewById(R.id.cred_edit_username); in credSave() 34 edit = (EditText) findViewById(R.id.cred_edit_realm); in credSave() 37 edit = (EditText) findViewById(R.id.cred_edit_password); in credSave() 40 edit = (EditText) findViewById(R.id.cred_edit_domain); in credSave() 43 edit = (EditText) findViewById(R.id.cred_edit_imsi); in credSave()
|
D | InputUri.java | 36 setContentView(R.layout.input_uri); in onCreate() 37 mEditText = (EditText)findViewById(R.id.edit_uri); in onCreate() 38 mSubmitButton = (Button)findViewById(R.id.submit_uri); in onCreate()
|
D | QrCodeDisplayActivity.java | 46 setContentView(R.layout.qrcode); in onCreate() 47 imageView = (ImageView) findViewById(R.id.qrCode); in onCreate()
|
D | WpaCommandListActivity.java | 64 inres = getResources().openRawResource(R.raw.wpa_commands); in onCreate() 72 listAdapter = new ArrayAdapter<CmdList>(this, android.R.layout.simple_list_item_1, list); in onCreate()
|
D | CommandListActivity.java | 82 inres = getResources().openRawResource(R.raw.shell_commands); in onCreate() 90 listAdapter = new ArrayAdapter<CmdList>(this, android.R.layout.simple_list_item_1, list); in onCreate()
|
D | MainActivity.java | 41 setContentView(R.layout.main); in onCreate() 83 EditText editText = (EditText) findViewById(R.id.edit_cmd); in runWpaCliCmd()
|
D | WpaCredActivity.java | 111 mListAdapter = new ArrayAdapter<Credential>(this, android.R.layout.simple_list_item_1, mList); in onCreate()
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | index-revoked.txt | 7 R 150929211300Z 160111185024Z D8D3E3A6CBE3CCD1 unknown /C=FI/O=w1.fi/CN=Test User 8 R 210502195538Z 160111185024Z D8D3E3A6CBE3CD5F unknown /C=FI/O=w1.fi/CN=server.w1.fi
|
D | user.key | 15 URL8ZAqCy2U8HOUJuu+x9kNoLRxREuY9EhMeQ6P6clTGx1fgIc9BXsT+UjMK6I+R
|
D | server.key | 24 R/9eVOPXVJkJPvmU12DCuwL5Jc5jz9/IBD8Ni5fhAoGBANsZyLEn9Rm2/kL6xe1k
|
D | sha512-ca.key | 13 EitInFWjEl8kpsPJnBT4id/xrJHoywIDAQABAoICAFFF1ti+R/2D2ryKvqQOy7KJ
|
D | ca-and-crl-expired.pem | 87 dxbXU25JvJlebJEeMxd/R+8SkVmXN6OR9RO+kkm0BIjhuUc2BOToxZhPj4PS7If0
|
/hostap-latest/src/crypto/ |
D | sha256-internal.c | 74 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro 77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) 78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
|
D | sha512-internal.c | 95 #define R(x, n) (((x) & CONST64(0xFFFFFFFFFFFFFFFF)) >> ((u64) n)) macro 98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
|
D | crypto_mbedtls_alt.c | 1255 mbedtls_mpi R; in crypto_bignum_exptmod() local 1256 mbedtls_mpi_init(&R); in crypto_bignum_exptmod() 1258 …mbedtls_mpi_exp_mod(&R, (const mbedtls_mpi *)a, (const mbedtls_mpi *)b, (const mbedtls_mpi *)c, NU… in crypto_bignum_exptmod() 1259 mbedtls_mpi_copy((mbedtls_mpi *)d, &R) ? in crypto_bignum_exptmod() 1262 mbedtls_mpi_free(&R); in crypto_bignum_exptmod() 1297 mbedtls_mpi R; in crypto_bignum_div() local 1298 mbedtls_mpi_init(&R); in crypto_bignum_div() 1299 int rc = mbedtls_mpi_div_mpi(&R, NULL, (const mbedtls_mpi *)a, (const mbedtls_mpi *)b) || in crypto_bignum_div() 1300 mbedtls_mpi_copy((mbedtls_mpi *)c, &R) ? in crypto_bignum_div() 1303 mbedtls_mpi_free(&R); in crypto_bignum_div()
|
D | crypto_wolfssl.c | 1628 int ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R,
|
/hostap-latest/tests/hwsim/auth_serv/iCA-server/ |
D | index.txt | 2 R 300501152010Z 200503152010Z 5C9DE4A6D17A49C88375E75768F77216B2AEB783 unknown /C=FI/O=w1.fi/CN=ser…
|
/hostap-latest/hostapd/ |
D | README-WPS | 159 …188391 53b63a98-d29e-4457-a2ed-094d7e6a669c Intel(R) Centrino(R) Intel Corporation Intel(R) Centri…
|