Home
last modified time | relevance | path

Searched defs:key_len (Results 176 - 200 of 660) sorted by relevance

12345678910>>...27

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_vendor_test.c144 const int key_len = 64; in eap_vendor_test_getKey() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-ccm.c148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() argument
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad() argument
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
162 aes_siv_decrypt(const u8 *key, size_t key_len, const u8 *iv_crypt, size_t iv_c_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) aes_siv_decrypt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pax_common.c30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf() argument
87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_vendor_test.c152 const int key_len = 64; in eap_vendor_test_getKey() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_vendor_test.c144 const int key_len = 64; in eap_vendor_test_getKey() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_process.c169 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-ccm.c148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() argument
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check_secure.c113 hi_u32 boot_upg_secure_get_key_part1(hi_u32 sign_alg, hi_u8 *key_n, hi_u32 key_len) in boot_upg_secure_get_key_part1() argument
134 hi_u32 boot_upg_secure_get_key_part2(hi_u32 sign_alg, hi_u8 *key_e, hi_u32 key_len) in boot_upg_secure_get_key_part2() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dburn_file.h121 hi_u32 key_len; /**< Length of Key(288Bytes).True length:RSA2048: 272 Bytes, ECDSA: 64Bytes. member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_upg_file.h122 hi_u32 key_len; /**< Length of Key(288Bytes).True length:RSA2048: 272 Bytes, ECDSA: 64Bytes. member
/kernel/linux/linux-5.10/drivers/firmware/google/
H A Dvpd.c81 static int vpd_section_check_key_name(const u8 *key, s32 key_len) in vpd_section_check_key_name() argument
95 static int vpd_section_attrib_add(const u8 *key, u32 key_len, in vpd_section_attrib_add() argument
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-aes-ccm.c23 ccm_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm_aes_nx_set_key() argument
53 ccm4309_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm4309_aes_nx_set_key() argument
/kernel/linux/linux-5.10/crypto/
H A Decrdsa.c41 unsigned int key_len; /* @key length (bytes) */ member
H A Dsimd.c50 simd_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) simd_skcipher_setkey() argument
290 simd_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int key_len) simd_aead_setkey() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-glue.c65 aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_setkey() argument
124 aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_cbc_setkey() argument
213 aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_ctr_setkey_sync() argument
297 aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_xts_setkey() argument
[all...]
H A Daes-ce-glue.c69 ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) ce_aes_expandkey() argument
137 ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ce_aes_setkey() argument
150 xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) xts_set_key() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-neonbs-glue.c77 aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_setkey() argument
136 aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_cbc_setkey() argument
210 aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_ctr_setkey_sync() argument
270 aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aesbs_xts_setkey() argument
[all...]
H A Daes-ce-ccm-glue.c46 ccm_setkey(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm_setkey() argument
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Daes-spe-glue.c92 ppc_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ppc_aes_setkey() argument
119 ppc_aes_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ppc_aes_setkey_skcipher() argument
125 ppc_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ppc_xts_setkey() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Daes_glue.c168 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aes_set_key() argument
199 aes_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) aes_set_key_skcipher() argument
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Ddes_s390.c35 des_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) des_setkey() argument
49 des_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) des_setkey_skcipher() argument
200 des3_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) des3_setkey() argument
214 des3_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) des3_setkey_skcipher() argument
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h99 u32 key_len; member
106 u32 key_len; member
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-sha.c271 ccp_sha_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int key_len) ccp_sha_setkey() argument
[all...]

Completed in 14 milliseconds

12345678910>>...27