Searched refs:ivptr (Results 1 – 1 of 1) sorted by relevance
250 const unsigned char *ivptr; in cipher_do_cipher() local270 ivptr = in + inl - ivlen; in cipher_do_cipher()271 memcpy(saved_iv, ivptr, ivlen); in cipher_do_cipher()296 ivptr = out + inl - ivlen; in cipher_do_cipher()298 ivptr = saved_iv; in cipher_do_cipher()300 memcpy(iv, ivptr, ivlen); in cipher_do_cipher()
Completed in 7 milliseconds