Home
last modified time | relevance | path

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

/openssl/engines/
H A De_padlock.c212 } cword; /* Control word */ member
377 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()

Completed in 6 milliseconds