Home
last modified time | relevance | path

Searched defs:key (Results 2426 - 2450 of 3921) sorted by relevance

1...<<919293949596979899100>>...157

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx_csbcpb.h7 u8 key[32]; member
13 u8 key[32]; member
21 u8 key[32]; member
33 u8 key[32]; member
44 u8 key[32]; member
53 u8 key[16]; member
63 u8 key[16]; member
74 u8 key[16]; member
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-arizona.c974 int val, key, lvl, i; in arizona_button_reading() local
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-iolatency.c851 char key[16]; in iolatency_set_limit() local
/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c227 cryptd_skcipher_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) cryptd_skcipher_setkey() argument
452 cryptd_hash_setkey(struct crypto_ahash *parent, const u8 *key, unsigned int keylen) cryptd_hash_setkey() argument
696 cryptd_aead_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) cryptd_aead_setkey() argument
H A Dgcm.c92 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_gcm_setkey() argument
691 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey() argument
899 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-sha.c799 static int mtk_sha_setkey(struct crypto_ahash *tfm, const u8 *key, in mtk_sha_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.h327 static inline void copy_hash_init_values(char *key, int digestsize) in copy_hash_init_values() argument
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-des.c90 __le32 key[(3 * DES_KEY_SIZE) / sizeof(u32)]; member
657 static int omap_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in omap_des_setkey() argument
675 static int omap_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in omap_des3_setkey() argument
[all...]
H A Domap-aes.h98 u32 key[AES_KEYSIZE_256 / sizeof(u32)]; member
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_hash.c79 u8 *key; member
726 static int cc_hash_setkey(struct crypto_ahash *ahash, const u8 *key, in cc_hash_setkey() argument
921 cc_xcbc_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) cc_xcbc_setkey() argument
1007 cc_cmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) cc_cmac_setkey() argument
[all...]
H A Dcc_aead.c423 u8 *key = NULL; cc_get_plain_hmac_key() local
541 cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_aead_setkey() argument
638 cc_des3_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) cc_des3_aead_setkey() argument
655 cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4309_ccm_setkey() argument
2107 cc_rfc4106_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4106_gcm_setkey() argument
2124 cc_rfc4543_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) cc_rfc4543_gcm_setkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h193 __le32 key[4]; member
207 __le32 key[6]; member
221 __le32 key[8]; member
236 __le32 key[4]; member
250 __le32 key[4]; member
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-ops.c479 struct ccp_dm_workarea key, ctx; in ccp_run_aes_cmac_cmd() local
635 struct ccp_dm_workarea key, ct in ccp_run_aes_gcm_cmd() local
919 struct ccp_dm_workarea key, ctx; ccp_run_aes_cmd() local
1096 struct ccp_dm_workarea key, ctx; ccp_run_xts_aes_cmd() local
1297 struct ccp_dm_workarea key, ctx; ccp_run_des3_cmd() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h274 u32 *key; member
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c79 u8 key[CRYP_MAX_KEY_SIZE]; member
942 aes_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) aes_skcipher_setkey() argument
975 des_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des_skcipher_setkey() argument
994 des3_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des3_skcipher_setkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_algs.c497 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_init_sessions() argument
412 qat_alg_skcipher_init_com(struct qat_alg_skcipher_ctx *ctx, struct icp_qat_fw_la_bulk_req *req, struct icp_qat_hw_cipher_algo_blk *cd, const u8 *key, unsigned int keylen) qat_alg_skcipher_init_com() argument
434 qat_alg_skcipher_init_enc(struct qat_alg_skcipher_ctx *ctx, int alg, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_init_enc() argument
447 qat_alg_skcipher_init_dec(struct qat_alg_skcipher_ctx *ctx, int alg, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_init_dec() argument
525 qat_alg_skcipher_init_sessions(struct qat_alg_skcipher_ctx *ctx, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_init_sessions() argument
540 qat_alg_aead_rekey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) qat_alg_aead_rekey() argument
554 qat_alg_aead_newkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) qat_alg_aead_newkey() argument
606 qat_alg_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) qat_alg_aead_setkey() argument
939 qat_alg_skcipher_rekey(struct qat_alg_skcipher_ctx *ctx, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_rekey() argument
951 qat_alg_skcipher_newkey(struct qat_alg_skcipher_ctx *ctx, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_newkey() argument
1002 qat_alg_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, int mode) qat_alg_skcipher_setkey() argument
1014 qat_alg_skcipher_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) qat_alg_skcipher_cbc_setkey() argument
1021 qat_alg_skcipher_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) qat_alg_skcipher_ctr_setkey() argument
1028 qat_alg_skcipher_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) qat_alg_skcipher_xts_setkey() argument
[all...]
H A Dqat_asym_algs.c1156 static int qat_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in qat_rsa_setkey() argument
1203 static int qat_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, in qat_rsa_setpubkey() argument
1209 qat_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) qat_rsa_setprivkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-device.c41 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next() argument
53 int last_key = 0, key, value; in search_leaf() local
109 int fw_csr_string(const u32 *directory, int key, cha argument
122 int key, value; get_ids() local
244 u32 key; global() member
254 int key, value, ret = -ENOENT; show_immediate() local
423 int key, value; units_sprintf() local
447 int key, value, i = 0; units_show() local
511 u32 sp, key; read_config_rom() local
692 int key, value, i; create_units() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcompat.h110 compat_key_t key; member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcompat.h124 compat_key_t key; member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c1197 unsigned long pp, key; in kvmppc_hpte_hv_fault() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Dos-area.c167 int key; member
391 uint8_t key:3; member
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h451 static inline bool hpte_read_permission(unsigned long pp, unsigned long key) in hpte_read_permission() argument
458 static inline bool hpte_write_permission(unsigned long pp, unsigned long key) in hpte_write_permission() argument
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dcompat.h109 compat_key_t key; member
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcompat.h200 compat_key_t key; member

Completed in 32 milliseconds

1...<<919293949596979899100>>...157