Home
last modified time | relevance | path

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

/openssl/engines/
H A De_devcrypto.c250 const unsigned char *ivptr; in cipher_do_cipher() local
270 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