Home
last modified time | relevance | path

Searched refs:keyid (Results 151 - 175 of 296) sorted by relevance

12345678910>>...12

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509v3.rs30 pub keyid: *mut ASN1_OCTET_STRING,
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c479 le32 hash, le32 keyid, off_t offs, int gap) in entersecurity_data()
505 phsds->security_id = keyid; in entersecurity_data()
543 le32 hash, le32 keyid, off_t offs) in entersecurity_indexes()
570 newsii.keysecurid = keyid; in entersecurity_indexes()
572 newsii.securid = keyid; in entersecurity_indexes()
595 newsdh.keysecurid = keyid; in entersecurity_indexes()
597 newsdh.securid = keyid; in entersecurity_indexes()
632 le32 keyid; in entersecurityattr() local
656 keyid = const_cpu_to_le32(-1); in entersecurityattr()
658 found = !ntfs_index_lookup((char*)&keyid, in entersecurityattr()
477 entersecurity_data(ntfs_volume *vol, const SECURITY_DESCRIPTOR_RELATIVE *attr, s64 attrsz, le32 hash, le32 keyid, off_t offs, int gap) entersecurity_data() argument
542 entersecurity_indexes(ntfs_volume *vol, s64 attrsz, le32 hash, le32 keyid, off_t offs) entersecurity_indexes() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c348 size_t keyidlen = 128; // max keyid len is 128 in build_auth_string()
433 const char * keyid, const char * key) in lws_ss_sigv4_set_aws_key()
435 const char * s[] = { keyid, key }; in lws_ss_sigv4_set_aws_key()
432 lws_ss_sigv4_set_aws_key(struct lws_context* context, uint8_t idx, const char * keyid, const char * key) lws_ss_sigv4_set_aws_key() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_local.h411 ASN1_OCTET_STRING **keyid,
427 int ossl_cms_keyid_cert_cmp(ASN1_OCTET_STRING *keyid, X509 *cert);
/third_party/openssl/crypto/cms/
H A Dcms_local.h412 ASN1_OCTET_STRING **keyid,
428 int ossl_cms_keyid_cert_cmp(ASN1_OCTET_STRING *keyid, X509 *cert);
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_security.c1929 u16 keyid = 0; in rtw_BIP_verify() local
1941 keyid = le16_to_cpu(le_tmp); in rtw_BIP_verify()
1942 if (keyid != padapter->securitypriv.dot11wBIPKeyid) { in rtw_BIP_verify()
2353 sint keyid; in rtw_sec_restore_wep_key() local
2356 for (keyid = 0; keyid < 4; keyid++) { in rtw_sec_restore_wep_key()
2357 if (securitypriv->key_mask & BIT(keyid)) { in rtw_sec_restore_wep_key()
2358 if (keyid == securitypriv->dot11PrivacyKeyIndex) in rtw_sec_restore_wep_key()
2359 rtw_set_key(adapter, securitypriv, keyid, in rtw_sec_restore_wep_key()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_purp.c959 if (akid->keyid && issuer->skid && in X509_check_akid()
960 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
1031 return (x->akid != NULL ? x->akid->keyid : NULL); in X509_get0_authority_key_id()
/third_party/openssl/crypto/x509/
H A Dv3_purp.c959 if (akid->keyid && issuer->skid && in X509_check_akid()
960 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
1031 return (x->akid != NULL ? x->akid->keyid : NULL); in X509_get0_authority_key_id()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1916 signed int rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue) in rtw_set_key() argument
1935 psetkeyparm->keyid = (u8)keyid;/* 0~3 */ in rtw_set_key()
1938 adapter->securitypriv.key_mask |= BIT(psetkeyparm->keyid); in rtw_set_key()
1944 memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); in rtw_set_key()
1948 memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); in rtw_set_key()
1952 memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); in rtw_set_key()
1957 memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); in rtw_set_key()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_mlme.h177 struct security_priv *psecuritypriv, sint keyid);
/kernel/linux/linux-5.10/security/integrity/
H A Dintegrity.h120 __be32 keyid; /* IMA key identifier - not X509/PGP specific */ member
/kernel/linux/linux-5.10/lib/
H A Ddigsig.c215 sprintf(name, "%llX", __be64_to_cpup((uint64_t *)sh->keyid)); in digsig_verify()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_mlme.h176 struct security_priv *psecuritypriv, sint keyid);
/kernel/linux/linux-6.6/security/integrity/
H A Dintegrity.h139 __be32 keyid; /* IMA key identifier - not X509/PGP specific */ member
/kernel/linux/linux-6.6/lib/
H A Ddigsig.c215 sprintf(name, "%llX", __be64_to_cpup((uint64_t *)sh->keyid)); in digsig_verify()
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h142 ASN1_OCTET_STRING *keyid; /* key id of private key */ member
/third_party/rust/crates/rust-openssl/openssl/examples/
H A Dmk_certs.rs125 .keyid(false) in mk_ca_signed_cert()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dctrl_iface_ap.c219 const char *keyid; in hostapd_ctrl_iface_sta_mib() local
381 keyid = ap_sta_wpa_get_keyid(hapd, sta); in hostapd_ctrl_iface_sta_mib()
382 if (keyid) { in hostapd_ctrl_iface_sta_mib()
383 ret = os_snprintf(buf + len, buflen - len, "keyid=%s\n", keyid); in hostapd_ctrl_iface_sta_mib()
H A Dsta_info.c1271 if (!psk || !psk->keyid[0]) in ap_sta_wpa_get_keyid()
1274 return psk->keyid; in ap_sta_wpa_get_keyid()
1336 const char *keyid; in ap_sta_set_authorized() local
1358 keyid = ap_sta_wpa_get_keyid(hapd, sta); in ap_sta_set_authorized()
1359 if (keyid) { in ap_sta_set_authorized()
1361 " keyid=%s", keyid); in ap_sta_set_authorized()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dctrl_iface_ap.c210 const char *keyid; in hostapd_ctrl_iface_sta_mib() local
345 keyid = ap_sta_wpa_get_keyid(hapd, sta); in hostapd_ctrl_iface_sta_mib()
346 if (keyid) { in hostapd_ctrl_iface_sta_mib()
347 ret = os_snprintf(buf + len, buflen - len, "keyid=%s\n", keyid); in hostapd_ctrl_iface_sta_mib()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c559 key32_to_tunnel_id(key.enc_key_id.keyid), in mlx5e_restore_tunnel()
565 key32_to_tunnel_id(key.enc_key_id.keyid), in mlx5e_restore_tunnel()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c215 if (!akid || !akid->keyid) in lws_tls_openssl_cert_info()
217 val = akid->keyid; in lws_tls_openssl_cert_info()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.c729 wsm_key->wep_group.keyid = key->keyidx; in cw1200_set_key()
763 wsm_key->tkip_group.keyid = key->keyidx; in cw1200_set_key()
787 wsm_key->aes_group.keyid = key->keyidx; in cw1200_set_key()
799 wsm_key->wapi_pairwise.keyid = key->keyidx; in cw1200_set_key()
806 wsm_key->wapi_group.keyid = key->keyidx; in cw1200_set_key()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.c730 wsm_key->wep_group.keyid = key->keyidx; in cw1200_set_key()
764 wsm_key->tkip_group.keyid = key->keyidx; in cw1200_set_key()
788 wsm_key->aes_group.keyid = key->keyidx; in cw1200_set_key()
800 wsm_key->wapi_pairwise.keyid = key->keyidx; in cw1200_set_key()
807 wsm_key->wapi_group.keyid = key->keyidx; in cw1200_set_key()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_mlme.h236 int keyid, u8 set_tx);

Completed in 31 milliseconds

12345678910>>...12