Home
last modified time | relevance | path

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

/openssl/test/
H A Drc5test.c209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
217 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
219 &key, &ivb[0], RC5_ENCRYPT); in test_rc5_cbc()
225 memcpy(ivb, &rc5_cbc_iv[n][0], 8); in test_rc5_cbc()
226 RC5_32_cbc_encrypt(buf, buf2, 8, &key, &ivb[0], RC5_DECRYPT); in test_rc5_cbc()

Completed in 4 milliseconds