/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_common.h | 233 enum crypto_cipher_alg alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 151 wpa_drv_set_key(struct wpa_supplicant *wpa_s, 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_drv_set_key() argument
|
H A D | wpas_glue.c | 492 static int wpa_supplicant_set_key(void *_wpa_s, enum wpa_alg alg, in wpa_supplicant_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 690 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int vlan_id, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) hostapd_drv_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | defs.h | 210 static inline int wpa_auth_alg_fils(int alg) in wpa_auth_alg_fils() argument 231 static inline int wpa_alg_bip(enum wpa_alg alg) in wpa_alg_bip() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_wolfssl.c | 477 enum crypto_cipher_alg alg; member 482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 886 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 501 enum wpa_alg alg = params->alg; in atheros_set_key() local
|
H A D | driver_bsd.c | 319 enum wpa_alg alg = params->alg; in bsd_set_key() local
|
H A D | driver_wext.c | 1716 static int wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, in wpa_driver_wext_set_key_ext() argument 1825 enum wpa_alg alg = params->alg; wpa_driver_wext_set_key() local [all...] |
H A D | wpa_hal.c | 225 static uint32_t WifiAlgToCipherSuite(enum wpa_alg alg, size_t keyLen) in WifiAlgToCipherSuite() argument 268 static void WifiWpaInitAlg(WifiKeyExt *keyExt, enum wpa_alg alg, size_t keyLen) in WifiWpaInitAlg() argument 279 static int32_t WifiWpaInitAddr(WifiKeyExt *keyExt, const uint8_t *addr, const enum wpa_alg alg, const int32_t keyIdx, in WifiWpaInitAddr() argument 317 WifiWpaInitKey(WifiKeyExt *keyExt, const uint8_t *key, const size_t keyLen, const int32_t keyIdx, const enum wpa_alg alg) WifiWpaInitKey() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_i.h | 246 static inline int wpa_sm_set_key(struct wpa_sm *sm, int link_id, enum wpa_alg alg, in wpa_sm_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_common.h | 233 enum crypto_cipher_alg alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 208 static inline int wpa_drv_set_wapi_key(struct wpa_supplicant *wpa_s, enum wpa_alg alg, in wpa_drv_set_wapi_key() argument 149 wpa_drv_set_key(struct wpa_supplicant *wpa_s, int link_id, 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, enum key_flag key_flag) wpa_drv_set_key() argument
|
H A D | wpas_glue.c | 530 wpa_supplicant_set_key(void *_wpa_s, int link_id, 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, enum key_flag key_flag) wpa_supplicant_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.c | 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
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 63 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument 140 const char *alg; member 3746 do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec, const char *alg) do_test_kpp() argument 3888 test_kpp(struct crypto_kpp *tfm, const char *alg, const struct kpp_testvec *vecs, unsigned int tcount) test_kpp() argument 4112 test_akcipher(struct crypto_akcipher *tfm, const char *alg, const struct akcipher_testvec *vecs, unsigned int tcount) test_akcipher() argument 5624 alg_find_test(const char *alg) alg_find_test() argument 5649 alg_test(const char *driver, const char *alg, u32 type, u32 mask) alg_test() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 49 enum safexcel_cipher_alg alg; member 411 const char *alg; in safexcel_aead_setkey() local 2954 struct aead_alg *alg = crypto_aead_alg(aead); safexcel_aead_fallback_cra_init() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | n2_core.c | 257 struct ahash_alg alg; member 262 struct crypto_alg *alg = tfm->__crt_alg; in n2_ahash_alg() local 277 struct crypto_alg *alg = tfm->__crt_alg; in n2_hmac_alg() local 716 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in n2_skcipher_alg() local 1303 struct n2_ahash_alg *alg, *alg_tm in __n2_unregister_algs() local 1332 struct skcipher_alg *alg; __n2_register_one_skcipher() local [all...] |
H A D | omap-sham.c | 2165 struct ahash_alg *alg; in omap_sham_probe() local
|
H A D | atmel-aes.c | 2359 static void atmel_aes_crypto_alg_init(struct crypto_alg *alg) in atmel_aes_crypto_alg_init() argument
|
H A D | atmel-sha.c | 1254 static void atmel_sha_alg_init(struct ahash_alg *alg) in atmel_sha_alg_init() argument 2016 atmel_sha_hmac_alg_init(struct ahash_alg *alg) atmel_sha_hmac_alg_init() argument [all...] |
H A D | sa2ul.c | 141 } alg; member 1275 struct crypto_alg *alg = req->base.tfm->__crt_alg; in sa_cipher_run() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 169 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_set_sh_desc() local 354 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_edesc_alloc() local 942 struct caam_skcipher_alg *alg = skcipher_setkey() local 1601 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); caam_cra_init_skcipher() local 1637 struct aead_alg *alg = crypto_aead_alg(tfm); caam_cra_init_aead() local 3005 struct skcipher_alg *alg = &t_alg->skcipher; caam_skcipher_alg_init() local 3019 struct aead_alg *alg = &t_alg->aead; caam_aead_alg_init() local 4544 struct ahash_alg *alg = caam_hash_cra_init() local 4622 struct crypto_alg *alg; caam_hash_alloc() local 5332 struct caam_hash_template *alg = driver_hash + i; dpaa2_caam_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 169 struct aead_alg *alg = crypto_aead_alg(aead); in get_aead_subtype() local 370 struct crypto_alg *alg = tfm->__crt_alg; in is_hmac() local 572 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in get_cryptoalg_subtype() local 1475 struct skcipher_alg *alg in chcr_init_tfm() local 1494 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); chcr_rfc3686_init() local 3257 struct aead_alg *alg = crypto_aead_alg(tfm); chcr_aead_cra_init() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_common.h | 375 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
|