Searched refs:cword (Results 1 – 2 of 2) sorted by relevance
43 struct cword { struct66 struct cword encrypt;67 struct cword decrypt;68 } cword; member72 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 …]
80 cword)81 cword=$cword_130 let i=cword-1282 local _ret=1 cur cword prev285 let cword=CURRENT-1310 local cur words cword prev312 _get_comp_words_by_ref -n =:, cur words cword prev314 __perf_get_comp_words_by_ref -n =:, cur words cword prev