Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c123 unsigned char num_of_blk = 2; in ctr_BCC_blocks() local
129 num_of_blk = 3; in ctr_BCC_blocks()
131 return ctr_BCC_block(ctr, ctr->KX, in_tmp, AES_BLOCK_SIZE * num_of_blk); in ctr_BCC_blocks()
141 unsigned char num_of_blk; in ctr_BCC_init() local
144 num_of_blk = ctr->keylen == 16 ? 2 : 3; in ctr_BCC_init()
147 return ctr_BCC_block(ctr, ctr->KX, bltmp, num_of_blk * AES_BLOCK_SIZE); in ctr_BCC_init()

Completed in 6 milliseconds