Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_devcrypto.c249 const unsigned char *ivptr; in cipher_do_cipher() local
269 ivptr = in + inl - ivlen; in cipher_do_cipher()
270 memcpy(saved_iv, ivptr, ivlen); in cipher_do_cipher()
295 ivptr = out + inl - ivlen; in cipher_do_cipher()
297 ivptr = saved_iv; in cipher_do_cipher()
299 memcpy(iv, ivptr, ivlen); in cipher_do_cipher()

Completed in 5 milliseconds