Lines Matching refs:block_length
203 for (z = 0; (int)z < cipher_descriptor[x].block_length; z++) { in cipher_gen()
209 for (z = 0; (int)z < cipher_descriptor[x].block_length; z++) { in cipher_gen()
216 key[z] = pt[z % cipher_descriptor[x].block_length]; in cipher_gen()
298 kl = cipher_descriptor[x].block_length; in omac_gen()
313 for (y = 0; y <= (int)(cipher_descriptor[x].block_length*2); y++) { in omac_gen()
353 kl = cipher_descriptor[x].block_length; in pmac_gen()
368 for (y = 0; y <= (int)(cipher_descriptor[x].block_length*2); y++) { in pmac_gen()
407 kl = cipher_descriptor[x].block_length; in eax_gen()
422 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){ in eax_gen()
467 kl = cipher_descriptor[x].block_length; in ocb_gen()
483 for (z = 0; z < cipher_descriptor[x].block_length; z++) { in ocb_gen()
487 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){ in ocb_gen()
531 kl = cipher_descriptor[x].block_length; in ccm_gen()
547 for (z = 0; z < cipher_descriptor[x].block_length; z++) { in ccm_gen()
551 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){ in ccm_gen()
593 kl = cipher_descriptor[x].block_length; in gcm_gen()
608 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){ in gcm_gen()