/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | padlock-aes.c | 43 struct cword { struct 55 * and cword aligned on 16 Bytes boundaries and 66 struct cword encrypt; 67 struct cword decrypt; 68 } cword; member 72 static DEFINE_PER_CPU(struct cword *, paes_last_cword); 131 memset(&ctx->cword, 0, sizeof(ctx->cword)); in aes_set_key() 133 ctx->cword.decrypt.encdec = 1; in aes_set_key() 134 ctx->cword in aes_set_key() 171 padlock_reset_key(struct cword *cword) padlock_reset_key() argument 183 padlock_store_cword(struct cword *cword) padlock_store_cword() argument 211 ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) ecb_crypt_copy() argument 225 cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) cbc_crypt_copy() argument 239 ecb_crypt(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) ecb_crypt() argument 253 cbc_crypt(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) cbc_crypt() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | padlock-aes.c | 43 struct cword { struct 55 * and cword aligned on 16 Bytes boundaries and 66 struct cword encrypt; 67 struct cword decrypt; 68 } cword; member 72 static DEFINE_PER_CPU(struct cword *, paes_last_cword); 131 memset(&ctx->cword, 0, sizeof(ctx->cword)); in aes_set_key() 133 ctx->cword.decrypt.encdec = 1; in aes_set_key() 134 ctx->cword in aes_set_key() 171 padlock_reset_key(struct cword *cword) padlock_reset_key() argument 183 padlock_store_cword(struct cword *cword) padlock_store_cword() argument 211 ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) ecb_crypt_copy() argument 225 cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) cbc_crypt_copy() argument 239 ecb_crypt(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) ecb_crypt() argument 253 cbc_crypt(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) cbc_crypt() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-completion.sh | 80 cword) 81 cword=$cword_ 128 let i=cword-1 267 local _ret=1 cur cword prev 270 let cword=CURRENT-1 293 local cur words cword prev 295 _get_comp_words_by_ref -n =:, cur words cword prev 297 __perf_get_comp_words_by_ref -n =:, cur words cword prev
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | perf-completion.sh | 80 cword) 81 cword=$cword_ 128 let i=cword-1 267 local _ret=1 cur cword prev 270 let cword=CURRENT-1 293 local cur words cword prev 295 _get_comp_words_by_ref -n =:, cur words cword prev 297 __perf_get_comp_words_by_ref -n =:, cur words cword prev
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-brcmstb.c | 87 * W = cword, if cword < 2 ^ 15 else 16-bit 2's complement of cword 100 unsigned long pc, dc, cword = CONST_VAR_F_MAX; in brcmstb_pwm_config() local 120 * cword in brcmstb_pwm_config() 122 rate = (u64)clk_get_rate(p->clk) * (u64)cword; in brcmstb_pwm_config() 140 * The cword needs to be a power of 2 for the variable in brcmstb_pwm_config() 145 cword >>= 1; in brcmstb_pwm_config() 151 if (cword < CONST_VAR_F_MIN) in brcmstb_pwm_config() 157 * Configure the defined "cword" valu in brcmstb_pwm_config() [all...] |
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-brcmstb.c | 88 * W = cword, if cword < 2 ^ 15 else 16-bit 2's complement of cword 101 unsigned long pc, dc, cword = CONST_VAR_F_MAX; in brcmstb_pwm_config() local 121 * cword in brcmstb_pwm_config() 123 rate = (u64)clk_get_rate(p->clk) * (u64)cword; in brcmstb_pwm_config() 146 * The cword needs to be a power of 2 for the variable in brcmstb_pwm_config() 151 cword >>= 1; in brcmstb_pwm_config() 157 if (cword < CONST_VAR_F_MIN) in brcmstb_pwm_config() 163 * Configure the defined "cword" valu in brcmstb_pwm_config() [all...] |