Searched refs:cword (Results 1 – 2 of 2) sorted by relevance
40 struct cword { struct63 struct cword encrypt;64 struct cword decrypt;65 } cword; member69 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 …]
79 cword)80 cword=$cword_127 let i=cword-1232 local _ret=1 cur cword prev235 let cword=CURRENT-1248 local cur words cword prev250 _get_comp_words_by_ref -n =: cur words cword prev252 __perf_get_comp_words_by_ref -n =: cur words cword prev