Searched refs:hnbyte (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/pem/ |
H A D | pvkfmt.c | 469 if (!read_lebn(&pin, hnbyte, &p)) in ossl_b2i_RSA_after_header() 471 if (!read_lebn(&pin, hnbyte, &q)) in ossl_b2i_RSA_after_header() 638 int nbyte, hnbyte, bitlen; in check_bitlen_rsa() local 646 hnbyte = (bitlen + 15) >> 4; in check_bitlen_rsa() 678 int nbyte, hnbyte; in write_rsa() local 682 hnbyte = (RSA_bits(rsa) + 15) >> 4; in write_rsa() 690 write_lebn(out, p, hnbyte); in write_rsa() 691 write_lebn(out, q, hnbyte); in write_rsa() 692 write_lebn(out, dmp1, hnbyte); in write_rsa() 693 write_lebn(out, dmq1, hnbyte); in write_rsa() [all …]
|
Completed in 5 milliseconds