Lines Matching refs:sshbuf_put_bignum2

842 		    (ret = sshbuf_put_bignum2(b, dsa_p)) != 0 ||  in to_blob_buf()
843 (ret = sshbuf_put_bignum2(b, dsa_q)) != 0 || in to_blob_buf()
844 (ret = sshbuf_put_bignum2(b, dsa_g)) != 0 || in to_blob_buf()
845 (ret = sshbuf_put_bignum2(b, dsa_pub_key)) != 0) in to_blob_buf()
870 (ret = sshbuf_put_bignum2(b, rsa_e)) != 0 || in to_blob_buf()
871 (ret = sshbuf_put_bignum2(b, rsa_n)) != 0) in to_blob_buf()
2945 if ((ret = sshbuf_put_bignum2(cert, dsa_p)) != 0 || in sshkey_certify_custom()
2946 (ret = sshbuf_put_bignum2(cert, dsa_q)) != 0 || in sshkey_certify_custom()
2947 (ret = sshbuf_put_bignum2(cert, dsa_g)) != 0 || in sshkey_certify_custom()
2948 (ret = sshbuf_put_bignum2(cert, dsa_pub_key)) != 0) in sshkey_certify_custom()
2969 if ((ret = sshbuf_put_bignum2(cert, rsa_e)) != 0 || in sshkey_certify_custom()
2970 (ret = sshbuf_put_bignum2(cert, rsa_n)) != 0) in sshkey_certify_custom()
3191 if ((r = sshbuf_put_bignum2(b, rsa_n)) != 0 || in sshkey_private_serialize_opt()
3192 (r = sshbuf_put_bignum2(b, rsa_e)) != 0 || in sshkey_private_serialize_opt()
3193 (r = sshbuf_put_bignum2(b, rsa_d)) != 0 || in sshkey_private_serialize_opt()
3194 (r = sshbuf_put_bignum2(b, rsa_iqmp)) != 0 || in sshkey_private_serialize_opt()
3195 (r = sshbuf_put_bignum2(b, rsa_p)) != 0 || in sshkey_private_serialize_opt()
3196 (r = sshbuf_put_bignum2(b, rsa_q)) != 0) in sshkey_private_serialize_opt()
3208 (r = sshbuf_put_bignum2(b, rsa_d)) != 0 || in sshkey_private_serialize_opt()
3209 (r = sshbuf_put_bignum2(b, rsa_iqmp)) != 0 || in sshkey_private_serialize_opt()
3210 (r = sshbuf_put_bignum2(b, rsa_p)) != 0 || in sshkey_private_serialize_opt()
3211 (r = sshbuf_put_bignum2(b, rsa_q)) != 0) in sshkey_private_serialize_opt()
3217 if ((r = sshbuf_put_bignum2(b, dsa_p)) != 0 || in sshkey_private_serialize_opt()
3218 (r = sshbuf_put_bignum2(b, dsa_q)) != 0 || in sshkey_private_serialize_opt()
3219 (r = sshbuf_put_bignum2(b, dsa_g)) != 0 || in sshkey_private_serialize_opt()
3220 (r = sshbuf_put_bignum2(b, dsa_pub_key)) != 0 || in sshkey_private_serialize_opt()
3221 (r = sshbuf_put_bignum2(b, dsa_priv_key)) != 0) in sshkey_private_serialize_opt()
3231 (r = sshbuf_put_bignum2(b, dsa_priv_key)) != 0) in sshkey_private_serialize_opt()
3239 (r = sshbuf_put_bignum2(b, in sshkey_private_serialize_opt()
3249 (r = sshbuf_put_bignum2(b, in sshkey_private_serialize_opt()