Searched refs:P (Results 1 – 14 of 14) sorted by relevance
/hostap-3.6.0/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-3.6.0/src/tls/ |
D | libtommath.c | 140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 187 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 591 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() argument 596 if (P->sign == MP_NEG) { in mp_exptmod() 613 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) { in mp_exptmod() 629 err = mp_exptmod(&tmpG, &tmpX, P, Y); in mp_exptmod() 642 if (mp_reduce_is_2k_l(P) == MP_YES) { in mp_exptmod() 643 return s_mp_exptmod(G, X, P, Y, 1); in mp_exptmod() 649 dr = mp_dr_is_modulus(P); in mp_exptmod() 658 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod() [all …]
|
/hostap-3.6.0/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_wolfssl.c | 1305 int ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R,
|
/hostap-3.6.0/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> 430 <term>-P PID_file</term>
|
/hostap-3.6.0/tests/hwsim/auth_serv/ |
D | ec2-user-p256.pem | 21 NIST CURVE: P-256
|
/hostap-3.6.0/hs20/server/ |
D | hs20-osu-server.txt | 101 <P>Terms and conditions..</P>
|
/hostap-3.6.0/wpa_supplicant/ |
D | README | 410 wpa_supplicant [-BddfhKLqqtuvW] [-P<pid file>] [-g<global ctrl>] \ 432 -P = PID file 789 [-P<pid file>] [-g<global ctrl>] [command..] 956 wpa_priv -B -P /var/run/wpa_priv.pid nl80211:wlan0
|
D | ChangeLog | 966 - SSID can now be configured in the same format: ssid=P"abc\x00test" 2101 -B (run in background), -P (write PID file); wpa_supplicant has a new 2110 * added -P<pid file> argument for wpa_supplicant to write the current
|
/hostap-3.6.0/hostapd/ |
D | defconfig | 361 # of client device like "Nexus 6P" or "iPhone 5s".
|
D | ChangeLog | 968 * added -P<pid file> argument for hostapd to write the current process
|