gnutls_pk.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int MHD_gtls_pkcs1_rsa_encrypt (MHD_gnutls_datum_t *ciphertext, const MHD_gnutls_datum_t *plaintext, mpi_t *params, unsigned params_len, unsigned btype)
int MHD_gtls_pkcs1_rsa_decrypt (MHD_gnutls_datum_t *plaintext, const MHD_gnutls_datum_t *ciphertext, mpi_t *params, unsigned params_len, unsigned btype)
int MHD_gtls_rsa_verify (const MHD_gnutls_datum_t *vdata, const MHD_gnutls_datum_t *ciphertext, mpi_t *params, int params_len, int btype)

Function Documentation

int MHD_gtls_pkcs1_rsa_decrypt ( MHD_gnutls_datum_t plaintext,
const MHD_gnutls_datum_t ciphertext,
mpi_t params,
unsigned  params_len,
unsigned  btype 
)
int MHD_gtls_pkcs1_rsa_encrypt ( MHD_gnutls_datum_t ciphertext,
const MHD_gnutls_datum_t plaintext,
mpi_t params,
unsigned  params_len,
unsigned  btype 
)
int MHD_gtls_rsa_verify ( const MHD_gnutls_datum_t vdata,
const MHD_gnutls_datum_t ciphertext,
mpi_t params,
int  params_len,
int  btype 
)

Definition at line 346 of file gnutls_pk.c.

References MHD_gnutls_datum_t::data, GNUTLS_E_PK_SIG_VERIFY_FAILED, MHD__gnutls_free_datum, MHD_gnutls_assert, MHD_gtls_pkcs1_rsa_decrypt(), and MHD_gnutls_datum_t::size.

Referenced by MHD__gnutls_verify_sig().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated by  doxygen 1.6.2