Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c40 struct cword { struct
63 struct cword encrypt;
64 struct cword decrypt;
65 } cword; member
69 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-4.1.27/tools/perf/
Dperf-completion.sh79 cword)
80 cword=$cword_
127 let i=cword-1
232 local _ret=1 cur cword prev
235 let cword=CURRENT-1
248 local cur words cword prev
250 _get_comp_words_by_ref -n =: cur words cword prev
252 __perf_get_comp_words_by_ref -n =: cur words cword prev