Searched refs:cword (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/
H A Dpadlock-aes.c43 struct cword { struct
55 * and cword aligned on 16 Bytes boundaries and
66 struct cword encrypt;
67 struct cword decrypt;
68 } cword; member in struct:aes_ctx
72 static DEFINE_PER_CPU(struct cword *, paes_last_cword);
131 memset(&ctx->cword, 0, sizeof(ctx->cword));
133 ctx->cword.decrypt.encdec = 1;
134 ctx->cword
171 padlock_reset_key(struct cword *cword) argument
183 padlock_store_cword(struct cword *cword) argument
211 ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) argument
225 cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) argument
239 ecb_crypt(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) argument
253 cbc_crypt(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) argument
[all...]
/linux-master/tools/perf/
H A Dperf-completion.sh80 cword)
81 cword=$cword_
128 let i=cword-1
275 local _ret=1 cur cword prev
278 let cword=CURRENT-1
301 local cur words cword prev
303 _get_comp_words_by_ref -n =:, cur words cword prev
305 __perf_get_comp_words_by_ref -n =:, cur words cword prev
/linux-master/drivers/pwm/
H A Dpwm-brcmstb.c86 * W = cword, if cword < 2 ^ 15 else 16-bit 2's complement of cword
99 unsigned long pc, dc, cword = CONST_VAR_F_MAX; local
119 * cword
121 rate = (u64)clk_get_rate(p->clk) * (u64)cword;
139 * The cword needs to be a power of 2 for the variable
144 cword >>= 1;
150 if (cword < CONST_VAR_F_MIN)
156 * Configure the defined "cword" valu
[all...]

Completed in 103 milliseconds