/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 382 const X509_ALGOR *alg, in EVP_PKEY_asn1_set_siginf() 380 EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig)) EVP_PKEY_asn1_set_siginf() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 382 const X509_ALGOR *alg, in EVP_PKEY_asn1_set_siginf() 380 EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig)) EVP_PKEY_asn1_set_siginf() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.h | 30 int (*set_key)(void *ctx, enum wpa_alg alg,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 90 enum wpa_alg alg, const u8 *addr,
|
H A D | wpa_auth.h | 260 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
|
H A D | ap_drv_ops.c | 677 enum wpa_alg alg, const u8 *addr, in hostapd_drv_set_key() 684 return hapd->driver->set_key(ifname, hapd->drv_priv, alg, addr, in hostapd_drv_set_key() 676 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) hostapd_drv_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 2402 u16 res, alg, seq, status; in pasn_wd_handle_sae_commit() local 2419 alg = WPA_GET_LE16(data); in pasn_wd_handle_sae_commit() 2423 wpa_printf(MSG_DEBUG, "PASN: SAE commit: alg=%u, seq=%u, status=%u", in pasn_wd_handle_sae_commit() 2424 alg, seq, status); in pasn_wd_handle_sae_commit() 2426 if (alg != WLAN_AUTH_SAE || seq != 1 || in pasn_wd_handle_sae_commit() 2485 u16 res, alg, seq, status; in pasn_wd_handle_sae_confirm() local 2499 alg = WPA_GET_LE16(data); in pasn_wd_handle_sae_confirm() 2503 wpa_printf(MSG_DEBUG, "PASN: SAE confirm: alg=%u, seq=%u, status=%u", in pasn_wd_handle_sae_confirm() 2504 alg, seq, status); in pasn_wd_handle_sae_confirm() 2506 if (alg ! in pasn_wd_handle_sae_confirm() [all...] |
H A D | ap_drv_ops.h | 94 enum wpa_alg alg, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.c | 967 enum wpa_alg alg, const u8 *addr, in wpa_driver_ndis_set_key() 989 if (alg == WPA_ALG_NONE || key_len == 0) { in wpa_driver_ndis_set_key() 994 if (alg == WPA_ALG_WEP) { in wpa_driver_ndis_set_key() 1019 if (alg == WPA_ALG_TKIP && key_len == 32) { in wpa_driver_ndis_set_key() 966 wpa_driver_ndis_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_ndis_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | tdls.c | 202 enum wpa_alg alg; in wpa_tdls_set_key() local 222 alg = WPA_ALG_CCMP; in wpa_tdls_set_key() 238 if (wpa_sm_set_key(sm, -1, alg, peer->addr, 0, 1, rsc, sizeof(rsc), in wpa_tdls_set_key() 240 if (wpa_sm_set_key(sm, alg, peer->addr, 0, 1, rsc, sizeof(rsc), in wpa_tdls_set_key()
|
/third_party/mbedtls/library/ |
H A D | ssl_ciphersuites.c | 1908 psa_algorithm_t alg; in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() local 1913 &alg, &key_type, &key_bits); in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | parsers.c | 1639 if (lws_jwt_signed_validate(wsi->a.context, i->jwk, i->alg, out, in lws_jwt_get_http_cookie_validate_jwt() 1689 if (lws_jwt_sign_compact(wsi->a.context, i->jwk, i->alg, plain, &pl, in lws_jwt_sign_token_set_http_cookie()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 57 static int pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, in pkcs7_bio_add_digest() argument 70 OBJ_obj2txt(name, sizeof(name), alg->algorithm, 0); in pkcs7_bio_add_digest()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 35 static int is_ ## type ## _fetchable(const TYPE *alg) \ 40 const char *name = TYPE ## _get0_name(alg); \
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 577 static int ecd_sig_info_set25519(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in ecd_sig_info_set25519() argument 598 static int ecd_sig_info_set448(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in ecd_sig_info_set448() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 577 static int ecd_sig_info_set25519(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in ecd_sig_info_set25519() argument 598 static int ecd_sig_info_set448(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in ecd_sig_info_set448() argument
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 57 static int pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, in pkcs7_bio_add_digest() argument 70 OBJ_obj2txt(name, sizeof(name), alg->algorithm, 0); in pkcs7_bio_add_digest()
|
/third_party/openssl/apps/ |
H A D | list.c | 35 static int is_ ## type ## _fetchable(const TYPE *alg) \ 40 const char *name = TYPE ## _get0_name(alg); \
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 21 use crate::sys::socket::addr::alg::AlgAddr; 1517 alg: AlgAddr, 1581 AlgAddr::from_raw(addr, l).map(|alg| Self { alg }) in from_raw() 1745 AddressFamily::Alg, libc::sockaddr_alg, alg} 1811 libc::AF_ALG => self.alg.fmt(f), in fmt() 1885 libc::AF_ALG => self.alg.hash(s), in hash() 1927 (libc::AF_ALG, libc::AF_ALG) => self.alg == other.alg, in eq() 2408 pub mod alg { modules [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_priv.c | 408 p.alg = params->alg; in wpa_priv_cmd_set_key()
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
H A D | wrapKey_unwrapKey.https.any.js | 217 jwkWrappingKey.alg = "A"+params.length+"CBC";
|