/hostap-3.7.0/src/crypto/ |
D | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() argument 39 b[0] |= (L - 1) /* L' */; in aes_ccm_auth_start() 40 os_memcpy(&b[1], nonce, 15 - L); in aes_ccm_auth_start() 41 WPA_PUT_BE16(&b[AES_BLOCK_SIZE - L], plain_len); in aes_ccm_auth_start() 84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start() argument 87 a[0] = L - 1; /* Flags = L' */ in aes_ccm_encr_start() 88 os_memcpy(&a[1], nonce, 15 - L); in aes_ccm_encr_start() 92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr() argument 152 const size_t L = 2; in aes_ccm_ae() local 163 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, plain_len, x); in aes_ccm_ae() [all …]
|
/hostap-3.7.0/src/drivers/ |
D | ndis_events.c | 253 hr = IWbemClassObject_Get(pObj, L"NdisStatusMediaSpecificIndication", in ndis_events_media_specific() 322 hr = IWbemClassObject_Get(pObj, L"__CLASS", 0, &vtClass, NULL, in ndis_events_indicate() 331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate() 341 L"MSNdis_NotifyAdapterArrival") == 0) { in ndis_events_indicate() 360 L"MSNdis_StatusMediaSpecificIndication") == 0) { in ndis_events_indicate() 363 L"MSNdis_StatusMediaConnect") == 0) { in ndis_events_indicate() 366 L"MSNdis_StatusMediaDisconnect") == 0) { in ndis_events_indicate() 369 L"MSNdis_NotifyAdapterArrival") == 0) { in ndis_events_indicate() 372 L"MSNdis_NotifyAdapterRemoval") == 0) { in ndis_events_indicate() 402 L"SELECT * FROM %S", class_name); in notification_query() [all …]
|
/hostap-3.7.0/tests/build/ |
D | build-wpa_supplicant-libressl-2.8.config | 4 LIBS += -L$(LIBRESSLDIR)/lib 5 LIBS_p += -L$(LIBRESSLDIR)/lib
|
D | build-wpa_supplicant-libressl-2.9.config | 4 LIBS += -L$(LIBRESSLDIR)/lib 5 LIBS_p += -L$(LIBRESSLDIR)/lib
|
D | build-wpa_supplicant-openssl-1.0.2.config | 4 LIBS += -L$(OPENSSLDIR)/lib
|
D | build-wpa_supplicant-openssl-1.1.0.config | 4 LIBS += -L$(OPENSSLDIR)/lib
|
D | build-wpa_supplicant-openssl-1.1.1.config | 4 LIBS += -L$(OPENSSLDIR)/lib
|
/hostap-3.7.0/hostapd/ |
D | android.config | 25 #LIBS += -L$(LIBNL)/lib 37 #LIBS += -L/usr/local/lib 38 #LIBS_p += -L/usr/local/lib 39 #LIBS_c += -L/usr/local/lib
|
D | defconfig | 28 #LIBS += -L$<path to libnl library files> 40 #LIBS += -L/usr/local/lib 41 #LIBS_p += -L/usr/local/lib 42 #LIBS_c += -L/usr/local/lib 296 #LIBS += -L$(LTM_PATH) 297 #LIBS_p += -L$(LTM_PATH)
|
/hostap-3.7.0/tests/hwsim/auth_serv/ |
D | user.csr | 9 ol3fzFgACI3tsQTFKz8aFfaSCNTxQs1s2/L/4G5phNiLAgMBAAGgADANBgkqhkiG
|
D | server-certpol2.csr | 16 0fVWqVoFCZN0AUvzfAeqFwZpZ9cQRETOB10DbVxnWe58mJgFckXwSynmxdP4o+9L
|
D | ca.pem | 7 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = Root CA 11 Subject: C = FI, L = Tuusula, O = w1.fi, CN = Root CA
|
D | user.key | 7 olomkL0ZL0YdpSE98DVilMjPMz/Yol3fzFgACI3tsQTFKz8aFfaSCNTxQs1s2/L/
|
D | ca-and-crl-expired.pem | 7 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = Root CA 11 Subject: C = FI, L = Tuusula, O = w1.fi, CN = Root CA
|
D | ca-and-crl.pem | 7 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = Root CA 11 Subject: C = FI, L = Tuusula, O = w1.fi, CN = Root CA
|
D | ca-incorrect.pem | 7 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = TEST - Incorrect Root CA 11 Subject: C = FI, L = Tuusula, O = w1.fi, CN = TEST - Incorrect Root CA
|
D | ec-user.pem | 6 Issuer: C=FI, L=Helsinki, O=w1.fi, CN=Suite B 128-bit Root CA
|
D | ec-server.pem | 6 Issuer: C=FI, L=Helsinki, O=w1.fi, CN=Suite B 128-bit Root CA
|
/hostap-3.7.0/src/eap_common/ |
D | eap_pwd_common.c | 50 u16 i, ctr, L; in eap_pwd_kdf() local 55 L = htons(resultbitlen); in eap_pwd_kdf() 67 crypto_hash_update(hash, (u8 *) &L, sizeof(u16)); in eap_pwd_kdf()
|
/hostap-3.7.0/src/common/ |
D | dpp_crypto.c | 1038 struct crypto_ec_point *L = NULL; in dpp_auth_derive_l_responder() local 1055 L = crypto_ec_point_init(ec); in dpp_auth_derive_l_responder() 1057 if (!q || !BI || !bR || !pR || !sum || !L || !lx || in dpp_auth_derive_l_responder() 1059 crypto_ec_point_mul(ec, BI, sum, L) || in dpp_auth_derive_l_responder() 1060 crypto_ec_point_x(ec, L, lx) || in dpp_auth_derive_l_responder() 1071 crypto_ec_point_deinit(L, 1); in dpp_auth_derive_l_responder() 1080 struct crypto_ec_point *L = NULL, *sum = NULL; in dpp_auth_derive_l_initiator() local 1096 L = crypto_ec_point_init(ec); in dpp_auth_derive_l_initiator() 1098 if (!BR || !PR || !bI || !sum || !L || !lx || in dpp_auth_derive_l_initiator() 1100 crypto_ec_point_mul(ec, sum, bI, L) || in dpp_auth_derive_l_initiator() [all …]
|
/hostap-3.7.0/tests/hwsim/auth_serv/test-ca/ |
D | cacert.pem | 7 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = Root CA 11 Subject: C = FI, L = Tuusula, O = w1.fi, CN = Root CA
|
/hostap-3.7.0/wpa_supplicant/ |
D | android.config | 16 #LIBS += -L/usr/local/openssl/lib 41 #LIBS += -L/usr/local/lib 42 #LIBS_p += -L/usr/local/lib 43 #LIBS_c += -L/usr/local/lib 48 #LIBS += -L/usr/local/lib 53 #LIBS += -L/opt/mingw/mingw32/lib 312 #LIBS += -L$(LTM_PATH) 313 #LIBS_p += -L$(LTM_PATH)
|
D | defconfig | 16 #LIBS += -L/usr/local/openssl/lib 41 #LIBS += -L$<path to libnl library files> 53 #LIBS += -L/usr/local/lib 54 #LIBS_p += -L/usr/local/lib 55 #LIBS_c += -L/usr/local/lib 60 #LIBS += -L/usr/local/lib 65 #LIBS += -L/opt/mingw/mingw32/lib 350 #LIBS += -L$(LTM_PATH) 351 #LIBS_p += -L$(LTM_PATH)
|
/hostap-3.7.0/tests/hwsim/auth_serv/iCA-server/ |
D | ca-and-root.pem | 7 Issuer: C=FI, L=Tuusula, O=w1.fi, CN=Root CA 88 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = Root CA 92 Subject: C = FI, L = Tuusula, O = w1.fi, CN = Root CA
|
/hostap-3.7.0/tests/hwsim/auth_serv/iCA-user/ |
D | ca-and-root.pem | 7 Issuer: C=FI, L=Tuusula, O=w1.fi, CN=Root CA 88 Issuer: C = FI, L = Tuusula, O = w1.fi, CN = Root CA 92 Subject: C = FI, L = Tuusula, O = w1.fi, CN = Root CA
|