Searched refs:write_lebn (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pvkfmt.c | 553 static void write_lebn(unsigned char **out, const BIGNUM *bn, int len) in write_lebn() function 684 write_lebn(out, e, 4); in write_rsa() 685 write_lebn(out, n, nbyte); 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() 694 write_lebn(out, iqmp, hnbyte); in write_rsa() 695 write_lebn(out, d, nbyte); in write_rsa() 736 write_lebn(out, p, nbyte); in write_dsa() [all …]
|