Searched refs:ivbuf (Results 1 – 1 of 1) sorted by relevance
435 uint8_t *ivbuf; in aes_cbc_decrypt() local441 ivbuf = memcpy(iv2, iv, 16); in aes_cbc_decrypt()443 ivnext = (ivbuf==iv2) ? iv3 : iv2; in aes_cbc_decrypt()454 pt[i] = astate[i] ^ ivbuf[i]; in aes_cbc_decrypt()456 ivbuf = ivnext; in aes_cbc_decrypt()