Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c185 const unsigned char *ivptr; in cipher_do_cipher() local
205 ivptr = in + inl - ivlen; in cipher_do_cipher()
206 memcpy(saved_iv, ivptr, ivlen); in cipher_do_cipher()
231 ivptr = out + inl - ivlen; in cipher_do_cipher()
233 ivptr = saved_iv; in cipher_do_cipher()
235 memcpy(iv, ivptr, ivlen); in cipher_do_cipher()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H 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()