Home
last modified time | relevance | path

Searched defs:key_len (Results 51 - 75 of 657) sorted by relevance

12345678910>>...27

/kernel/linux/linux-5.10/net/mac80211/
H A Daes_gmac.c69 ieee80211_aes_gmac_key_setup(const u8 key[], size_t key_len) ieee80211_aes_gmac_key_setup() argument
H A Daes_cmac.c70 ieee80211_aes_cmac_key_setup(const u8 key[], size_t key_len) ieee80211_aes_cmac_key_setup() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c126 wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, u8 key_len, u8 *key) wl18xx_cmd_smart_config_set_group_key() argument
/kernel/linux/linux-6.6/drivers/firmware/google/
H A Dvpd_decode.c64 u32 key_len; in vpd_decode_string() local
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c126 wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, u8 key_len, u8 *key) wl18xx_cmd_smart_config_set_group_key() argument
/kernel/linux/linux-6.6/crypto/
H A Drsa_helper.c162 rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_pub_key() argument
181 rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_priv_key() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Daes_gmac.c69 ieee80211_aes_gmac_key_setup(const u8 key[], size_t key_len) ieee80211_aes_gmac_key_setup() argument
H A Daes_cmac.c71 ieee80211_aes_cmac_key_setup(const u8 key[], size_t key_len) ieee80211_aes_cmac_key_setup() argument
/third_party/openssl/test/
H A Dcmactest.c36 int key_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c35 size_t key_len; member
39 crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) crypto_hash_init() argument
[all...]
H A Dsha256-prf.c30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() argument
54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits() argument
H A Dsha384-prf.c30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf() argument
54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits() argument
H A Dsha512-prf.c30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() argument
54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, in sha512_prf_bits() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, in peap_prfplus() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal.c35 size_t key_len; member
39 crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) crypto_hash_init() argument
[all...]
H A Dsha256-prf.c30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() argument
54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits() argument
H A Dsha384-prf.c30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf() argument
54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits() argument
H A Dsha512-prf.c30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() argument
54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, in sha512_prf_bits() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, in peap_prfplus() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_wapi_wpi.c68 hi_u8 key_len = wpi_key.key_len; in hmac_wpi_encrypt() local
151 hi_u8 key_len = wpi_key.key_len; in hmac_wpi_pmac() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check_secure.h56 hi_u32 key_len; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_secure.h48 hi_u32 key_len; member
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-ce-glue.c74 ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) ce_aes_expandkey() argument
142 ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ce_aes_setkey() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dsm4_generic.c116 crypto_sm4_expand_key(struct crypto_sm4_ctx *ctx, const u8 *in_key, unsigned int key_len) crypto_sm4_expand_key() argument
157 crypto_sm4_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) crypto_sm4_set_key() argument
H A Daes_generic.c1181 const int key_len = ctx->key_length; in crypto_aes_encrypt() local
1250 const int key_len = ctx->key_length; in crypto_aes_decrypt() local
1136 crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) crypto_aes_set_key() argument

Completed in 8 milliseconds

12345678910>>...27