Searched refs:cword (Results 1 – 5 of 5) sorted by relevance
15 unsigned *cword; in transitive_closure() local21 cword = R; in transitive_closure()26 ccol = cword; in transitive_closure()49 cword++; in transitive_closure()
62 unsigned cword = 0; in set_first_derives() local86 cword = *vrow++; in set_first_derives()90 if (cword & (unsigned)(1 << k)) in set_first_derives()233 unsigned cword = 0; in print_first_derives() local247 cword = *rp++; in print_first_derives()251 if (cword & (1 << k)) in print_first_derives()
282 } cword; /* Control word */ member802 cdata->cword.b.encdec = 0; in padlock_aes_init_key()804 cdata->cword.b.encdec = (ctx->encrypt == 0); in padlock_aes_init_key()805 cdata->cword.b.rounds = 10 + (key_len - 128) / 32; in padlock_aes_init_key()806 cdata->cword.b.ksize = (key_len - 128) / 64; in padlock_aes_init_key()814 cdata->cword.b.keygen = 0; in padlock_aes_init_key()838 cdata->cword.b.keygen = 1; in padlock_aes_init_key()1106 if (cdata->cword.b.encdec) { in padlock_aes_cipher()1107 cdata->cword.b.encdec = 0; in padlock_aes_cipher()1110 cdata->cword.b.encdec = 1; in padlock_aes_cipher()
123 } cword; member
567 uint64_t cword : 64; /**< CWord */ member569 uint64_t cword : 64;