Searched refs:cword (Results 1 – 3 of 3) sorted by relevance
14 unsigned *cword; in transitive_closure() local20 cword = R; in transitive_closure()25 unsigned *ccol = cword; in transitive_closure()49 cword++; in transitive_closure()
58 unsigned cword = 0; in set_first_derives() local82 cword = *vrow++; in set_first_derives()86 if (cword & (1U << k)) in set_first_derives()229 unsigned cword = 0; in print_first_derives() local243 cword = *rp++; in print_first_derives()247 if (cword & (1 << k)) in print_first_derives()
212 } cword; /* Control word */ member377 if (cdata->cword.b.encdec) { in padlock_cfb_cipher()378 cdata->cword.b.encdec = 0; in padlock_cfb_cipher()381 cdata->cword.b.encdec = 1; in padlock_cfb_cipher()632 cdata->cword.b.encdec = 0; in padlock_aes_init_key()634 cdata->cword.b.encdec = (EVP_CIPHER_CTX_is_encrypting(ctx) == 0); in padlock_aes_init_key()635 cdata->cword.b.rounds = 10 + (key_len - 128) / 32; in padlock_aes_init_key()636 cdata->cword.b.ksize = (key_len - 128) / 64; in padlock_aes_init_key()644 cdata->cword.b.keygen = 0; in padlock_aes_init_key()666 cdata->cword.b.keygen = 1; in padlock_aes_init_key()