pvkfmt.c | 216 unsigned int nbyte, hnbyte; local 218 hnbyte = (bitlen + 15) >> 4; 242 return 4 + 2*nbyte + 5*hnbyte; 376 unsigned int nbyte, hnbyte; local 378 hnbyte = (bitlen + 15) >> 4; 392 if (!read_lebn(&p, hnbyte, &rsa->p)) 394 if (!read_lebn(&p, hnbyte, &rsa->q)) 396 if (!read_lebn(&p, hnbyte, &rsa->dmp1)) 398 if (!read_lebn(&p, hnbyte, &rsa->dmq1)) 400 if (!read_lebn(&p, hnbyte, &rsa->iqmp) 578 int nbyte, hnbyte, bitlen; local 613 int nbyte, hnbyte; local [all...] |