Searched refs:hnbyte (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/pem/ |
A D | pvkfmt.c | 464 if (!read_lebn(&pin, hnbyte, &p)) in ossl_b2i_RSA_after_header() 466 if (!read_lebn(&pin, hnbyte, &q)) in ossl_b2i_RSA_after_header() 628 int nbyte, hnbyte, bitlen; in check_bitlen_rsa() local 636 hnbyte = (bitlen + 15) >> 4; in check_bitlen_rsa() 668 int nbyte, hnbyte; in write_rsa() local 672 hnbyte = (RSA_bits(rsa) + 15) >> 4; in write_rsa() 680 write_lebn(out, p, hnbyte); in write_rsa() 681 write_lebn(out, q, hnbyte); in write_rsa() 682 write_lebn(out, dmp1, hnbyte); in write_rsa() 683 write_lebn(out, dmq1, hnbyte); in write_rsa() [all …]
|
Completed in 4 milliseconds