Home
last modified time | relevance | path

Searched refs:cword (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/
H A Dpadlock-aes.c43 struct cword { struct
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.encrypt.rounds = 10 + (key_len - 16) / 4; in aes_set_key()
135 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds; in aes_set_key()
136 ctx->cword.encrypt.ksize = (key_len - 16) / 8; in aes_set_key()
[all …]
/linux/tools/perf/
H A Dperf-completion.sh80 cword)
81 cword=$cword_
130 let i=cword-1
282 local _ret=1 cur cword prev
285 let cword=CURRENT-1
310 local cur words cword prev
312 _get_comp_words_by_ref -n =:, cur words cword prev
314 __perf_get_comp_words_by_ref -n =:, cur words cword prev