Lines Matching defs:bits
775 unsigned int bits = len << HPRE_BITS_2_BYTES_SHIFT;
782 switch (bits) {
802 /* For 512 and 1536 bits key size, use soft tfm instead */
850 /* For 512 and 1536 bits key size, use soft tfm instead */
1161 /* For 512 and 1536 bits key size, use soft tfm instead */
1235 * The bits of 192/224/256/384/521 are supported by HPRE,
1236 * and convert the bits like:
1237 * bits<=256, bits=256; 256<bits<=384, bits=384; 384<bits<=576, bits=576;