Lines Matching defs:bltmp
50 unsigned char bltmp[16];
138 unsigned char bltmp[48] = {0};
143 bltmp[(AES_BLOCK_SIZE * 1) + 3] = 1;
144 bltmp[(AES_BLOCK_SIZE * 2) + 3] = 2;
145 return ctr_BCC_block(ctr, ctr->KX, bltmp, num_of_blk * AES_BLOCK_SIZE);
163 memcpy(ctr->bltmp + ctr->bltmp_pos, in, left);
164 if (!ctr_BCC_blocks(ctr, ctr->bltmp))
180 memcpy(ctr->bltmp + ctr->bltmp_pos, in, inlen);
189 memset(ctr->bltmp + ctr->bltmp_pos, 0, 16 - ctr->bltmp_pos);
190 if (!ctr_BCC_blocks(ctr, ctr->bltmp))
203 unsigned char *p = ctr->bltmp;
468 OPENSSL_cleanse(ctr->bltmp, sizeof(ctr->bltmp));
486 PROV_DRBG_VERYIFY_ZEROIZATION(ctr->bltmp);