Searched refs:ct_b (Results 1 – 2 of 2) sorted by relevance
31 unsigned char *pt_b, *ct_b; in ocb3_decrypt() local52 ct_b = (unsigned char *)ct+i*ocb->block_len; in ocb3_decrypt()58 ocb3_int_xor_blocks(tmp, ct_b, ocb->Offset_current, ocb->block_len); in ocb3_decrypt()
31 unsigned char *pt_b, *ct_b; in ocb3_encrypt() local52 ct_b = (unsigned char *)ct+i*ocb->block_len; in ocb3_encrypt()66 ocb3_int_xor_blocks(ct_b, tmp, ocb->Offset_current, ocb->block_len); in ocb3_encrypt()
Completed in 4 milliseconds