Searched refs:iNonce (Results 1 – 1 of 1) sorted by relevance
16 unsigned char iNonce[MAXBLOCKSIZE]; in s_ocb3_int_calc_offset_zero() local21 zeromem(iNonce, sizeof(iNonce)); in s_ocb3_int_calc_offset_zero()23 iNonce[x] = nonce[noncelen-y-1]; in s_ocb3_int_calc_offset_zero()25 iNonce[x] = 0x01; in s_ocb3_int_calc_offset_zero()26 iNonce[0] |= ((taglen*8) % 128) << 1; in s_ocb3_int_calc_offset_zero()29 bottom = iNonce[ocb->block_len-1] & 0x3F; in s_ocb3_int_calc_offset_zero()32 iNonce[ocb->block_len-1] = iNonce[ocb->block_len-1] & 0xC0; in s_ocb3_int_calc_offset_zero()33 if ((cipher_descriptor[ocb->cipher]->ecb_encrypt(iNonce, iKtop, &ocb->key)) != CRYPT_OK) { in s_ocb3_int_calc_offset_zero()
Completed in 3 milliseconds