Searched defs:keylen (Results 76 - 100 of 259) sorted by relevance

1234567891011

/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c344 meson_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Damlogic-gxl.h73 unsigned int keylen; member in struct:meson_flow
125 u32 keylen; member in struct:meson_cipher_tfm_ctx
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c436 sun8i_ss_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
465 sun8i_ss_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/crypto/
H A Drsa.c264 rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
303 rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
H A Dserpent_generic.c452 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
269 __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, unsigned int keylen) argument
H A Dalgif_aead.c500 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) argument
H A Dsm2.c268 sm2_compute_z_digest(struct shash_desc *desc, const void *key, unsigned int keylen, void *dgst) argument
420 sm2_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
429 __sm2_set_pub_key(struct mpi_ec_ctx *ec, const void *key, unsigned int keylen) argument
H A Dctr.c169 crypto_rfc3686_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
/linux-master/include/crypto/
H A Dpublic_key.h25 u32 keylen; member in struct:public_key
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c80 long keylen; local
/linux-master/drivers/isdn/mISDN/
H A Ddsp_blowfish.c599 dsp_bf_init(struct dsp *dsp, const u8 *key, uint keylen) argument
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c45 des_set_key(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
65 des_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
181 des3_ede_set_key(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
214 des3_ede_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c142 crypto_aegis128_aesni_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
H A Ddes3_ede_glue.c246 des3_ede_x86_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
280 des3_ede_x86_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dghash-clmulni-intel_glue.c54 ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
272 ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmac.c470 carl9170_upload_key(struct ar9170 *ar, const u8 id, const u8 *mac, const u8 ktype, const u8 keyidx, const u8 *keydata, const int keylen) argument
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c250 chtls_key_info(struct chtls_sock *csk, struct _key_ctx *kctx, u32 keylen, u32 optname, int cipher_type) argument
357 chtls_setkey(struct chtls_sock *csk, u32 keylen, u32 optname, int cipher_type) argument
[all...]
/linux-master/net/wireless/
H A Dlib80211_crypt_ccmp.c153 lib80211_ccmp_hdr(struct sk_buff *skb, int hdr_len, u8 *aeskey, int keylen, void *priv) argument
/linux-master/drivers/crypto/qce/
H A Dskcipher.c170 qce_skcipher_setkey(struct crypto_skcipher *ablk, const u8 *key, unsigned int keylen) argument
211 qce_des_setkey(struct crypto_skcipher *ablk, const u8 *key, unsigned int keylen) argument
226 qce_des3_setkey(struct crypto_skcipher *ablk, const u8 *key, unsigned int keylen) argument
263 int keylen; local
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c126 ccp_rsa_setkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, bool private) argument
181 ccp_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
187 ccp_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c33 nitrox_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
359 nitrox_rfc4106_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
/linux-master/fs/befs/
H A Dbtree.c335 u16 keylen; local
421 u16 keylen; local
675 befs_bt_get_key(struct super_block *sb, struct befs_btree_node *node, int index, u16 * keylen) argument
[all...]
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c577 sun4i_ss_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
607 sun4i_ss_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
627 sun4i_ss_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/
H A Domap-aes-gcm.c312 omap_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
328 omap_aes_4106gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c94 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) argument

Completed in 1100 milliseconds

1234567891011