#include "x509.h"
Go to the source code of this file.
Functions | |
ASN1_TYPE | MHD__gnutls_privkey_decode_pkcs1_rsa_key (const MHD_gnutls_datum_t *raw_key, MHD_gnutls_x509_privkey_t pkey) |
int | MHD__gnutls_asn1_encode_dsa (ASN1_TYPE *c2, mpi_t *params) |
ASN1_TYPE MHD__gnutls_privkey_decode_pkcs1_rsa_key | ( | const MHD_gnutls_datum_t * | raw_key, | |
MHD_gnutls_x509_privkey_t | pkey | |||
) |
Definition at line 96 of file x509_privkey.c.
References ASN1_SUCCESS, MHD_gnutls_datum_t::data, MHD__asn1_create_element(), MHD__asn1_delete_structure(), MHD__asn1_der_decoding(), MHD__gnutls_getMHD__gnutls_asn, MHD__gnutls_mpi_get_nbits, MHD__gnutls_mpi_invm, MHD__gnutls_mpi_snew, MHD__gnutls_x509_read_int(), MHD_gnutls_assert, MHD_gtls_mpi_release(), MHD_gtls_x509_privkey_int::params, MHD_gtls_x509_privkey_int::params_size, RSA_PRIVATE_PARAMS, and MHD_gnutls_datum_t::size.
Referenced by MHD_gnutls_x509_privkey_import().