/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-sha.c | 1612 unsigned int keylen; member 1628 atmel_sha_hmac_key_set(struct atmel_sha_hmac_key *hkey, const u8 *key, unsigned int keylen) atmel_sha_hmac_key_set() argument 1648 atmel_sha_hmac_key_get(const struct atmel_sha_hmac_key *hkey, const u8 **key, unsigned int *keylen) atmel_sha_hmac_key_get() argument 1691 unsigned int keylen; atmel_sha_hmac_setup() local 1740 atmel_sha_hmac_prehash_key(struct atmel_sha_dev *dd, const u8 *key, unsigned int keylen) atmel_sha_hmac_prehash_key() argument 1851 atmel_sha_hmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) atmel_sha_hmac_setkey() argument 2234 atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth, const u8 *key, unsigned int keylen, u32 flags) atmel_sha_authenc_setkey() argument [all...] |
H A D | omap-sham.c | 1283 omap_sham_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) omap_sham_setkey() argument
|
H A D | n2_core.c | 461 n2_hmac_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) n2_hmac_async_setkey() argument 727 n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) n2_aes_setkey() argument 755 n2_des_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) n2_des_setkey() argument 774 n2_3des_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) n2_3des_setkey() argument [all...] |
H A D | sa2ul.c | 885 sa_cipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, struct algo_data *ad) sa_cipher_setkey() argument 947 sa_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sa_aes_cbc_setkey() argument 967 sa_aes_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sa_aes_ecb_setkey() argument 985 sa_3des_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sa_3des_cbc_setkey() argument 999 sa_3des_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sa_3des_ecb_setkey() argument 1800 sa_aead_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen, struct algo_data *ad) sa_aead_setkey() argument 1883 sa_aead_cbc_sha1_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) sa_aead_cbc_sha1_setkey() argument 1896 sa_aead_cbc_sha256_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) sa_aead_cbc_sha256_setkey() argument [all...] |
H A D | s5p-sss.c | 257 int keylen; member 1808 s5p_set_aes(struct s5p_aes_dev *dev, const u8 *key, const u8 *iv, const u8 *ctr, unsigned int keylen) s5p_set_aes() argument 2044 s5p_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) s5p_aes_setkey() argument [all...] |
H A D | hifn_795x.c | 1071 hifn_setup_crypto_command(struct hifn_device *dev, u8 *buf, unsigned dlen, unsigned slen, u8 *key, int keylen, u8 *iv, int ivsize, u16 mode) hifn_setup_crypto_command() argument
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 898 static inline int chcr_keyctx_ck_size(unsigned int keylen) in chcr_keyctx_ck_size() argument 913 chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_cipher_fallback_setkey() argument 926 chcr_aes_cbc_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_aes_cbc_setkey() argument 957 chcr_aes_ctr_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_aes_ctr_setkey() argument 987 chcr_aes_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_aes_rfc3686_setkey() argument 1063 unsigned int keylen; chcr_update_tweak() local 2194 chcr_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) chcr_ahash_setkey() argument 3421 chcr_ccm_common_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chcr_ccm_common_setkey() argument 3451 chcr_aead_ccm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chcr_aead_ccm_setkey() argument 3467 chcr_aead_rfc4309_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chcr_aead_rfc4309_setkey() argument 3488 chcr_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chcr_gcm_setkey() argument 3546 chcr_authenc_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) chcr_authenc_setkey() argument 3674 chcr_aead_digest_null_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) chcr_aead_digest_null_setkey() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 750 sec_skcipher_3des_setkey(struct crypto_skcipher *tfm, const u8 *key, const u32 keylen, const enum sec_cmode c_mode) sec_skcipher_3des_setkey() argument 776 sec_skcipher_aes_sm4_setkey(struct sec_cipher_ctx *c_ctx, const u32 keylen, const enum sec_cmode c_mode) sec_skcipher_aes_sm4_setkey() argument 821 sec_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, const u32 keylen, const enum sec_calg c_alg, const enum sec_cmode c_mode) sec_skcipher_setkey() argument 1130 sec_aead_fallback_setkey(struct sec_auth_ctx *a_ctx, struct crypto_aead *tfm, const u8 *key, unsigned int keylen) sec_aead_fallback_setkey() argument 1140 sec_aead_setkey(struct crypto_aead *tfm, const u8 *key, const u32 keylen, const enum sec_hash_alg a_alg, const enum sec_calg c_alg, const enum sec_mac_len mac_len, const enum sec_cmode c_mode) sec_aead_setkey() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 162 int keylen; member 875 stm32_cryp_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_setkey() argument 886 stm32_cryp_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_aes_setkey() argument 896 stm32_cryp_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_des_setkey() argument 903 stm32_cryp_tdes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_tdes_setkey() argument 910 stm32_cryp_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) stm32_cryp_aes_aead_setkey() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls.h | 261 u16 keylen; member
|
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 265 static int getLicense(MediaKeySession *mediaKeySession, char isOnline, uint8_t *keydata , int32_t *keylen){
in getLicense() argument
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 1595 artpec6_crypto_cipher_set_key(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) artpec6_crypto_cipher_set_key() argument 1616 artpec6_crypto_xts_set_key(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) artpec6_crypto_xts_set_key() argument 2224 artpec6_crypto_hash_set_key(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) artpec6_crypto_hash_set_key() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | s5p-sss.c | 256 int keylen; member 1811 s5p_set_aes(struct s5p_aes_dev *dev, const u8 *key, const u8 *iv, const u8 *ctr, unsigned int keylen) s5p_set_aes() argument 2047 s5p_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) s5p_aes_setkey() argument [all...] |
H A D | hifn_795x.c | 1071 hifn_setup_crypto_command(struct hifn_device *dev, u8 *buf, unsigned dlen, unsigned slen, u8 *key, int keylen, u8 *iv, int ivsize, u16 mode) hifn_setup_crypto_command() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 820 __le16 keylen; member
|
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 1596 artpec6_crypto_cipher_set_key(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) artpec6_crypto_cipher_set_key() argument 1617 artpec6_crypto_xts_set_key(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) artpec6_crypto_xts_set_key() argument 2225 artpec6_crypto_hash_set_key(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) artpec6_crypto_hash_set_key() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 824 __le16 keylen; member
|
/kernel/linux/linux-6.6/block/ |
H A D | sed-opal.c | 280 static int update_sed_opal_key(const char *desc, u_char *key_data, int keylen) in update_sed_opal_key() argument 1355 size_t keylen; in get_active_key_cont() local 1792 size_t keylen = session->opal_key.key_len; in start_auth_opal_session() local
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 4443 u8 keylen = READ_ONCE(key->keylen); /* paired with WRITE_ONCE() in tcp_md5_do_add */ in tcp_md5_hash_key() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 5376 int keylen = len ? (len <= 5 ? 5 : 13) : 0; in ipw2100_set_key() local
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1593 u8 keylen; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | wsm.h | 1017 u8 keylen; /* Key length in bytes */ member 1022 u8 keylen; /* Key length in bytes */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 762 __u8 keylen; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1675 u8 keylen; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 5365 int keylen = len ? (len <= 5 ? 5 : 13) : 0; in ipw2100_set_key() local
|