Home
last modified time | relevance | path

Searched refs:alg (Results 426 - 450 of 531) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dnameser.h124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dnameser.h124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dnameser.h124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
/third_party/musl/include/arpa/
H A Dnameser.h124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c382 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 Dameth_lib.c382 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 Dwpa.h30 int (*set_key)(void *ctx, enum wpa_alg alg,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.h90 enum wpa_alg alg, const u8 *addr,
H A Dwpa_auth.h260 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
H A Dap_drv_ops.c677 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 Dieee802_11.c2402 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 Dap_drv_ops.h94 enum wpa_alg alg, const u8 *addr,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c967 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 Dtdls.c202 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 Dssl_ciphersuites.c1908 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 Dparsers.c1639 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 Dpk7_doit.c57 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 Dlist.c35 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 Decx_meth.c577 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 Decx_meth.c577 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 Dpk7_doit.c57 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 Dlist.c35 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 Daddr.rs21 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 Dwpa_priv.c408 p.alg = params->alg; in wpa_priv_cmd_set_key()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js217 jwkWrappingKey.alg = "A"+params.length+"CBC";

Completed in 42 milliseconds

1...<<11121314151617181920>>...22