Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_padlock.c199 } cword; /* Control word */ member
364 if (cdata->cword.b.encdec) { in padlock_cfb_cipher()
365 cdata->cword.b.encdec = 0; in padlock_cfb_cipher()
368 cdata->cword.b.encdec = 1; in padlock_cfb_cipher()
619 cdata->cword.b.encdec = 0; in padlock_aes_init_key()
621 cdata->cword.b.encdec = (EVP_CIPHER_CTX_is_encrypting(ctx) == 0); in padlock_aes_init_key()
622 cdata->cword.b.rounds = 10 + (key_len - 128) / 32; in padlock_aes_init_key()
623 cdata->cword.b.ksize = (key_len - 128) / 64; in padlock_aes_init_key()
631 cdata->cword.b.keygen = 0; in padlock_aes_init_key()
655 cdata->cword.b.keygen = 1; in padlock_aes_init_key()

Completed in 4 milliseconds