Searched defs:key_len (Results 1 - 25 of 200) sorted by relevance

12345678

/linux-master/net/mac80211/
H A Daes_gcm.h32 ieee80211_aes_gcm_key_setup_encrypt(const u8 key[], size_t key_len) argument
H A Daes_ccm.h15 ieee80211_aes_key_setup_encrypt(const u8 key[], size_t key_len, size_t mic_len) argument
H A Daes_gmac.c69 ieee80211_aes_gmac_key_setup(const u8 key[], size_t key_len) argument
H A Daes_cmac.c71 ieee80211_aes_cmac_key_setup(const u8 key[], size_t key_len) argument
H A Daead_api.c86 aead_key_setup_encrypt(const char *alg, const u8 key[], size_t key_len, size_t mic_len) argument
/linux-master/lib/crypto/
H A Darc4.c13 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
/linux-master/include/crypto/internal/
H A Ddes.h55 static inline int des3_ede_verify_key(const u8 *key, unsigned int key_len, argument
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ctr.c22 ctr_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
54 ctr3686_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dnx-aes-cbc.c21 cbc_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dnx-aes-ecb.c21 ecb_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
/linux-master/crypto/
H A Daes_ti.c12 aesti_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dsm4_generic.c31 sm4_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Darc4.c19 crypto_arc4_setkey(struct crypto_lskcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Drsa_helper.c162 rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) argument
181 rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) argument
H A Dsm4.c119 sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
H A Daes_generic.c1181 const int key_len = ctx->key_length; local
1250 const int key_len = ctx->key_length; local
1136 crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c20 sm4_ce_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
H A Daes-ce-glue.c74 ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
142 ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
[all...]
/linux-master/arch/x86/crypto/
H A Dsm4_aesni_avx2_glue.c27 sm4_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
/linux-master/fs/smb/common/
H A Dcifs_arc4.c16 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
/linux-master/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) argument
/linux-master/drivers/firmware/google/
H A Dvpd_decode.c64 u32 key_len; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcrypto_bench.c15 u32 key_len, authsize; variable
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c75 static int plpks_get_variable(const char *key, u64 key_len, u8 *data, argument
115 static int plpks_set_variable(const char *key, u64 key_len, u8 *data, argument
[all...]
H A Dplpks_sed_ops.c30 u_int key_len; member in struct:plpks_sed_object_data

Completed in 382 milliseconds

12345678