Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_devcrypto.c245 const unsigned char *ivptr; in cipher_do_cipher() local
265 ivptr = in + inl - ivlen; in cipher_do_cipher()
266 memcpy(saved_iv, ivptr, ivlen); in cipher_do_cipher()
291 ivptr = out + inl - ivlen; in cipher_do_cipher()
293 ivptr = saved_iv; in cipher_do_cipher()
295 memcpy(iv, ivptr, ivlen); in cipher_do_cipher()