Searched defs:keylen (Results 51 - 75 of 259) sorted by relevance

1234567891011

/linux-master/drivers/crypto/tegra/
H A Dtegra-se-key.c138 int tegra_key_submit(struct tegra_se *se, const u8 *key, u32 keylen, u32 alg, u32 *keyid) argument
51 tegra_key_prep_ins_cmd(struct tegra_se *se, u32 *cpuvaddr, const u32 *key, u32 keylen, u16 slot, u32 alg) argument
114 tegra_key_insert(struct tegra_se *se, const u8 *key, u32 keylen, u16 slot, u32 alg) argument
/linux-master/crypto/
H A Dbpf_crypto_skcipher.c23 static int bpf_crypto_lskcipher_setkey(void *tfm, const u8 *key, unsigned int keylen) argument
H A Dcipher.c20 setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) argument
42 crypto_cipher_setkey(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dcrypto_null.c59 null_hash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
63 null_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
67 null_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dnhpoly1305.c125 crypto_nhpoly1305_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Dpolyval-generic.c119 polyval_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Dcast6_generic.c146 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dxcbc.c51 crypto_xcbc_digest_setkey(struct crypto_shash *parent, const u8 *inkey, unsigned int keylen) argument
H A Decb.c56 lskcipher_setkey_simple2(struct crypto_lskcipher *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/include/linux/
H A Devm.h41 static inline int evm_set_key(void *key, size_t keylen) argument
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c86 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) argument
/linux-master/fs/hfsplus/
H A Dbfind.c117 u16 off, len, keylen; local
236 u16 off, len, keylen; local
[all...]
/linux-master/lib/crypto/
H A Ddes.c699 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen) argument
823 des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, unsigned int keylen) argument
/linux-master/drivers/crypto/
H A Dgeode-aes.h55 u32 keylen; member in struct:geode_aes_tfm_ctx
/linux-master/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c71 crc32c_vpmsum_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) argument
/linux-master/net/wireless/
H A Dlib80211_crypt_wep.c63 lib80211_wep_build_iv(struct sk_buff *skb, int hdr_len, u8 *key, int keylen, void *priv) argument
/linux-master/arch/x86/crypto/
H A Dcrc32c-intel_glue.c83 crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) argument
H A Dcrc32-pclmul_glue.c92 crc32_pclmul_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) argument
H A Dpolyval-clmulni_glue.c81 polyval_x86_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Daria_aesni_avx2_glue.c82 aria_avx2_set_key(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Daria_aesni_avx_glue.c80 aria_avx_set_key(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/include/crypto/
H A Dblake2s.h46 __blake2s_init(struct blake2s_state *state, size_t outlen, const void *key, size_t keylen) argument
76 blake2s_init_key(struct blake2s_state *state, const size_t outlen, const void *key, const size_t keylen) argument
89 blake2s(u8 *out, const u8 *in, const u8 *key, const size_t outlen, const size_t inlen, const size_t keylen) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dpolyval-ce-glue.c72 polyval_arm64_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/net/mac80211/
H A Dwep.c32 static inline bool ieee80211_wep_weak_iv(u32 iv, int keylen) argument
48 ieee80211_wep_get_iv(struct ieee80211_local *local, int keylen, int keyidx, u8 *iv) argument
65 ieee80211_wep_add_iv(struct ieee80211_local *local, struct sk_buff *skb, int keylen, int keyidx) argument
132 ieee80211_wep_encrypt(struct ieee80211_local *local, struct sk_buff *skb, const u8 *key, int keylen, int keyidx) argument
[all...]
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c362 sl3516_ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]

Completed in 454 milliseconds

1234567891011