Searched refs:P (Results 1 – 15 of 15) sorted by relevance
/hostap-latest/tests/ |
D | test_x509v3_nist.sh | 76 P=$TESTS/test 78 run_test 1 0 "${P}1/${END}CP.01.01.crt" "${P}1/${ROOT}CP.01.01.crt" 79 run_test 2 1 "${P}2/${END}CP.01.02.crt" "${P}2/${ICA}CP.01.02.crt" "${P}2/${ROOT}CP.01.01.crt" 80 run_test 3 1 "${P}3/${END}CP.01.03.crt" "${P}3/${ICA}CP.01.03.crt" "${P}3/${ROOT}CP.01.01.crt" 81 run_test 4 0 "${P}4/${END}CP.02.01.crt" "${P}4/${ICA}2 CP.02.01.crt" "${P}4/${ICA}1 CP.02.01.crt" "… 82 run_test 5 4 "${P}5/${END}CP.02.02.crt" "${P}5/${ICA}CP.02.02.crt" "${P}5/${ROOT}CP.01.01.crt" 83 run_test 6 4 "${P}6/${END}CP.02.03.crt" "${P}6/${ICA}CP.02.03.crt" "${P}6/${ROOT}CP.01.01.crt" 84 run_test 7 0 "${P}7/${END}CP.02.04.crt" "${P}7/${ICA}CP.02.04.crt" "${P}7/${ROOT}CP.01.01.crt" 85 run_test 8 4 "${P}8/${END}CP.02.05.crt" "${P}8/${ICA}CP.02.05.crt" "${P}8/${ROOT}CP.01.01.crt" 86 run_test 9 4 "${P}9/${END}CP.03.01.crt" "${P}9/${ICA}CP.03.01.crt" "${P}9/${ROOT}CP.01.01.crt" [all …]
|
/hostap-latest/src/tls/ |
D | libtommath.c | 132 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 179 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 583 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() argument 588 if (P->sign == MP_NEG) { in mp_exptmod() 605 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) { in mp_exptmod() 621 err = mp_exptmod(&tmpG, &tmpX, P, Y); in mp_exptmod() 634 if (mp_reduce_is_2k_l(P) == MP_YES) { in mp_exptmod() 635 return s_mp_exptmod(G, X, P, Y, 1); in mp_exptmod() 641 dr = mp_dr_is_modulus(P); in mp_exptmod() 650 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod() [all …]
|
/hostap-latest/src/crypto/ |
D | sha256-tlsprf.c | 34 u8 P[SHA256_MAC_LEN]; in tls_prf_sha256() local 58 if (hmac_sha256_vector(secret, secret_len, 3, addr, len, P) < in tls_prf_sha256() 66 os_memcpy(out + pos, P, clen); in tls_prf_sha256()
|
D | sha384-tlsprf.c | 34 u8 P[SHA384_MAC_LEN]; in tls_prf_sha384() local 58 if (hmac_sha384_vector(secret, secret_len, 3, addr, len, P) < in tls_prf_sha384() 66 os_memcpy(out + pos, P, clen); in tls_prf_sha384()
|
D | crypto_mbedtls_alt.c | 1437 mbedtls_mpi P, G; in crypto_mbedtls_dh_set_bin_pg() local 1438 mbedtls_mpi_init(&P); in crypto_mbedtls_dh_set_bin_pg() 1440 int ret = mbedtls_mpi_lset(&G, generator) || mbedtls_mpi_read_binary(&P, prime, prime_len) || in crypto_mbedtls_dh_set_bin_pg() 1441 mbedtls_dhm_set_group(ctx, &P, &G); in crypto_mbedtls_dh_set_bin_pg() 1442 mbedtls_mpi_free(&P); in crypto_mbedtls_dh_set_bin_pg() 1632 #define CRYPTO_EC_P(e) (&((mbedtls_ecp_group *)(e))->P) 1883 int ret = mbedtls_mpi_get_bit(&grp->P, 0) != 1 /*(p = 3 mod 4)*/ in crypto_mbedtls_short_weierstrass_derive_y() 1884 || mbedtls_mpi_get_bit(&grp->P, 1) != 1 /*(p = 3 mod 4)*/ in crypto_mbedtls_short_weierstrass_derive_y() 1885 || mbedtls_mpi_add_int(&exp, &grp->P, 1) || mbedtls_mpi_shift_r(&exp, 2) || in crypto_mbedtls_short_weierstrass_derive_y() 1886 mbedtls_mpi_exp_mod(bn, cy2, &exp, &grp->P, NULL) || in crypto_mbedtls_short_weierstrass_derive_y() [all …]
|
D | crypto_wolfssl.c | 1628 int ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R,
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 23 <arg>-P <replaceable>pid file</replaceable></arg> 78 wpa_priv -B -c /var/run/wpa_priv -P /var/run/wpa_priv.pid wext:wlan0 105 <term>-P file</term>
|
D | wpa_cli.sgml | 26 <arg>-P <replaceable>pid file</replaceable></arg> 171 <term>-P file</term>
|
D | wpa_supplicant.sgml | 23 <arg>-P<replaceable>PID_file</replaceable></arg> 452 <term>-P PID_file</term>
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | ec2-user-p256.pem | 21 NIST CURVE: P-256
|
/hostap-latest/hs20/server/ |
D | hs20-osu-server.txt | 101 <P>Terms and conditions..</P>
|
/hostap-latest/wpa_supplicant/ |
D | README | 410 wpa_supplicant [-BddfhKLqqtuvW] [-P<pid file>] [-g<global ctrl>] \ 432 -P = PID file 791 [-P<pid file>] [-g<global ctrl>] [command..] 958 wpa_priv -B -P /var/run/wpa_priv.pid nl80211:wlan0
|
D | ChangeLog | 1016 - SSID can now be configured in the same format: ssid=P"abc\x00test" 2151 -B (run in background), -P (write PID file); wpa_supplicant has a new 2160 * added -P<pid file> argument for wpa_supplicant to write the current
|
/hostap-latest/hostapd/ |
D | defconfig | 374 # of client device like "Nexus 6P" or "iPhone 5s".
|
D | ChangeLog | 1005 * added -P<pid file> argument for hostapd to write the current process
|