Searched refs:write_lebn (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pvkfmt.c | 540 static void write_lebn(unsigned char **out, const BIGNUM *bn, int len) in write_lebn() function 672 write_lebn(out, e, 4); in write_rsa() 673 write_lebn(out, n, nbyte); in write_rsa() 678 write_lebn(out, p, hnbyte); in write_rsa() 679 write_lebn(out, q, hnbyte); in write_rsa() 680 write_lebn(out, dmp1, hnbyte); in write_rsa() 681 write_lebn(out, dmq1, hnbyte); in write_rsa() 682 write_lebn(out, iqmp, hnbyte); in write_rsa() 683 write_lebn(out, d, nbyte); in write_rsa() 724 write_lebn(out, p, nbyte); in write_dsa() [all …]
|