Home
last modified time | relevance | path

Searched refs:encdec (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A De_padlock.c209 unsigned int encdec:1; in IMPLEMENT_DYNAMIC_BIND_FN() 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()
/third_party/openssl/engines/
H A De_padlock.c209 unsigned int encdec:1; in IMPLEMENT_DYNAMIC_BIND_FN() 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()

Completed in 3 milliseconds