Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > ef994a821fa5fcef1842ffc7657ed96d > files > 192

lib64mbedtls-devel-2.7.0-1.mga6.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>mbed TLS v2.7.0: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">mbed TLS v2.7.0
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Deprecated List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000003"></a>File <a class="el" href="compat-1_83_8h.html">compat-1.3.h</a>  </dt>
<dd>Use the new names directly instead  </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="aes_8h.html#ab1f5764b11865c6680ffeb4324a777da">mbedtls_aes_decrypt</a>  (<a class="el" href="structmbedtls__aes__context.html" title="The AES context-type definition. ">mbedtls_aes_context</a> *ctx, const unsigned char input[16], unsigned char output[16])</dt>
<dd>Superseded by mbedtls_aes_decrypt_ext() in 2.5.0. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Global <a class="el" href="aes_8h.html#adcf5191a8517acb12a3b87b0d018be35">mbedtls_aes_encrypt</a>  (<a class="el" href="structmbedtls__aes__context.html" title="The AES context-type definition. ">mbedtls_aes_context</a> *ctx, const unsigned char input[16], unsigned char output[16])</dt>
<dd>Superseded by mbedtls_aes_encrypt_ext() in 2.5.0. </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="dhm_8h.html#a8625d753bfb49304c83ec1a459446cd5">MBEDTLS_DHM_RFC3526_MODP_2048_P</a>  </dt>
<dd>The hex-encoded primes from RFC 3625 are deprecated and superseded by the corresponding macros providing them as binary constants. Their hex-encoded constants are likely to be removed in a future version of the library. </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Global <a class="el" href="dhm_8h.html#ab8bed832352125da5ef261721fa701a1">MBEDTLS_DHM_RFC5114_MODP_P</a>  </dt>
<dd>The hex-encoded primes from RFC 5114 are deprecated and are likely to be removed in a future version of the library without replacement.  </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="ecdsa_8h.html#a3827a7cf6502530e831e0bb1fcfdd5d8">mbedtls_ecdsa_write_signature_det</a>  (mbedtls_ecdsa_context *ctx, const unsigned char *hash, size_t hlen, unsigned char *sig, size_t *slen, mbedtls_md_type_t md_alg) MBEDTLS_DEPRECATED</dt>
<dd>Superseded by <a class="el" href="ecdsa_8h.html#a76da70289de1f746ad9cce1eadf7b135" title="This function computes the ECDSA signature and writes it to a buffer, serialized as defined in RFC-44...">mbedtls_ecdsa_write_signature()</a> in 2.0.0 </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Global <a class="el" href="md2_8h.html#ad9cdb957c0d88b615c05ef700e4df196">mbedtls_md2</a>  (const unsigned char *input, size_t ilen, unsigned char output[16])</dt>
<dd>Superseded by <a class="el" href="md2_8h.html#acadd8089e3f85cbee9509a816c7fef7c" title="Output = MD2( input buffer ) ">mbedtls_md2_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Global <a class="el" href="md2_8h.html#a1b19fe25bd3bc483d2b0ec01ad752b4d">mbedtls_md2_finish</a>  (<a class="el" href="structmbedtls__md2__context.html" title="MD2 context structure. ">mbedtls_md2_context</a> *ctx, unsigned char output[16])</dt>
<dd>Superseded by <a class="el" href="md2_8h.html#a7f312acc5fdc3e55426e5f4732d8e718" title="MD2 final digest. ">mbedtls_md2_finish_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Global <a class="el" href="md2_8h.html#a144ee192561291bf6fda2210ee96c269">mbedtls_md2_process</a>  (<a class="el" href="structmbedtls__md2__context.html" title="MD2 context structure. ">mbedtls_md2_context</a> *ctx)</dt>
<dd>Superseded by <a class="el" href="md2_8h.html#a53e3f89c8c0f4a83c29c01545f25d0b4" title="MD2 process data block (internal use only) ">mbedtls_internal_md2_process()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Global <a class="el" href="md2_8h.html#a63b60709e02dfcdbf46cc5a0b95f2ab6">mbedtls_md2_starts</a>  (<a class="el" href="structmbedtls__md2__context.html" title="MD2 context structure. ">mbedtls_md2_context</a> *ctx)</dt>
<dd>Superseded by <a class="el" href="md2_8h.html#add4f482b9b44cf5e04a8c779f97a7a7b" title="MD2 context setup. ">mbedtls_md2_starts_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Global <a class="el" href="md2_8h.html#ae797977edd5fa8f838794b3f07683afa">mbedtls_md2_update</a>  (<a class="el" href="structmbedtls__md2__context.html" title="MD2 context structure. ">mbedtls_md2_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="md2_8h.html#ae454b2785eac074232085c6baa2568dd" title="MD2 process buffer. ">mbedtls_md2_update_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Global <a class="el" href="md4_8h.html#a9e65822b8c0faec48c11fa15a1314b92">mbedtls_md4</a>  (const unsigned char *input, size_t ilen, unsigned char output[16])</dt>
<dd>Superseded by <a class="el" href="md4_8h.html#a121498a3f27581a1e168229d4c75548f" title="Output = MD4( input buffer ) ">mbedtls_md4_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Global <a class="el" href="md4_8h.html#a34d4a78065e3a7c00d446be35a110523">mbedtls_md4_finish</a>  (<a class="el" href="structmbedtls__md4__context.html" title="MD4 context structure. ">mbedtls_md4_context</a> *ctx, unsigned char output[16])</dt>
<dd>Superseded by <a class="el" href="md4_8h.html#ab1bcf8a20baf1f2ddf532e86393c9a36" title="MD4 final digest. ">mbedtls_md4_finish_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000016"></a>Global <a class="el" href="md4_8h.html#af5e65bf49a18cb4425ed466baf1c2767">mbedtls_md4_process</a>  (<a class="el" href="structmbedtls__md4__context.html" title="MD4 context structure. ">mbedtls_md4_context</a> *ctx, const unsigned char data[64])</dt>
<dd>Superseded by <a class="el" href="md4_8h.html#af484c3fb8a49e53c9e721af2d09e7d6f" title="MD4 process data block (internal use only) ">mbedtls_internal_md4_process()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Global <a class="el" href="md4_8h.html#a72a453bc4b6044eac47aac58e1f809a7">mbedtls_md4_starts</a>  (<a class="el" href="structmbedtls__md4__context.html" title="MD4 context structure. ">mbedtls_md4_context</a> *ctx)</dt>
<dd>Superseded by <a class="el" href="md4_8h.html#a2490d34c64487efd1820c0eca963408f" title="MD4 context setup. ">mbedtls_md4_starts_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Global <a class="el" href="md4_8h.html#abc53a3f295ea464dc2321b3bafbeecff">mbedtls_md4_update</a>  (<a class="el" href="structmbedtls__md4__context.html" title="MD4 context structure. ">mbedtls_md4_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="md4_8h.html#a8d14a0483b34448d0a6996778216c45b" title="MD4 process buffer. ">mbedtls_md4_update_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000022"></a>Global <a class="el" href="md5_8h.html#a8ea02d9db8f4f84b88f1291249f93817">mbedtls_md5</a>  (const unsigned char *input, size_t ilen, unsigned char output[16])</dt>
<dd>Superseded by <a class="el" href="md5_8h.html#a7ca72f7b510cfcc00be6f10f57f3257a" title="Output = MD5( input buffer ) ">mbedtls_md5_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000020"></a>Global <a class="el" href="md5_8h.html#aa4b0a123e43420ecb43cfb630dcda142">mbedtls_md5_finish</a>  (<a class="el" href="structmbedtls__md5__context.html" title="MD5 context structure. ">mbedtls_md5_context</a> *ctx, unsigned char output[16])</dt>
<dd>Superseded by <a class="el" href="md5_8h.html#af63cd4648961d4b2efab1b4e2eb15d82" title="MD5 final digest. ">mbedtls_md5_finish_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000021"></a>Global <a class="el" href="md5_8h.html#ad5a15de5c17030a8359ec32238c0f8b6">mbedtls_md5_process</a>  (<a class="el" href="structmbedtls__md5__context.html" title="MD5 context structure. ">mbedtls_md5_context</a> *ctx, const unsigned char data[64])</dt>
<dd>Superseded by <a class="el" href="md5_8h.html#a2fc86ce6eea887e6c6b3cd619da02b21" title="MD5 process data block (internal use only) ">mbedtls_internal_md5_process()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Global <a class="el" href="md5_8h.html#a2e9b8c9ab3ec58f72bc64d36ae614942">mbedtls_md5_starts</a>  (<a class="el" href="structmbedtls__md5__context.html" title="MD5 context structure. ">mbedtls_md5_context</a> *ctx)</dt>
<dd>Superseded by <a class="el" href="md5_8h.html#abac694564e25de21e33a090184f223fc" title="MD5 context setup. ">mbedtls_md5_starts_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000019"></a>Global <a class="el" href="md5_8h.html#a018e7cc5407c83484431dda75aee2caa">mbedtls_md5_update</a>  (<a class="el" href="structmbedtls__md5__context.html" title="MD5 context structure. ">mbedtls_md5_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="md5_8h.html#aded2afe836bf7d6b30f2aa5d5f8033ee" title="MD5 process buffer. ">mbedtls_md5_update_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="md_8h.html#a40d6e9a8c2ee4d9c24782d4dd6fc7c36">mbedtls_md_init_ctx</a>  (<a class="el" href="structmbedtls__md__context__t.html">mbedtls_md_context_t</a> *ctx, const mbedtls_md_info_t *md_info) MBEDTLS_DEPRECATED</dt>
<dd>Superseded by <a class="el" href="md_8h.html#a1b858111212997b90bd7d2c71010a7ec" title="This function selects the message digest algorithm to use, and allocates internal structures...">mbedtls_md_setup()</a> in 2.0.0 </dd>
<dt><a class="anchor" id="_deprecated000028"></a>Global <a class="el" href="ripemd160_8h.html#aa417fd0ebd711621b743e0b3b7a44b8d">mbedtls_ripemd160</a>  (const unsigned char *input, size_t ilen, unsigned char output[20])</dt>
<dd>Superseded by <a class="el" href="ripemd160_8h.html#a95fcfdd9cab635e2127d77a0f8a9ef5b" title="Output = RIPEMD-160( input buffer ) ">mbedtls_ripemd160_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000026"></a>Global <a class="el" href="ripemd160_8h.html#a055939fae7b7426126be7c42c7c04418">mbedtls_ripemd160_finish</a>  (<a class="el" href="structmbedtls__ripemd160__context.html" title="RIPEMD-160 context structure. ">mbedtls_ripemd160_context</a> *ctx, unsigned char output[20])</dt>
<dd>Superseded by <a class="el" href="ripemd160_8h.html#a997017b06010b9c0660dc11c872ed86b" title="RIPEMD-160 final digest. ">mbedtls_ripemd160_finish_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000027"></a>Global <a class="el" href="ripemd160_8h.html#a96e50ff86c9305688186a7e68dca3b85">mbedtls_ripemd160_process</a>  (<a class="el" href="structmbedtls__ripemd160__context.html" title="RIPEMD-160 context structure. ">mbedtls_ripemd160_context</a> *ctx, const unsigned char data[64])</dt>
<dd>Superseded by <a class="el" href="ripemd160_8h.html#a6dfe341167577a7d4ac13f75351be9b6" title="RIPEMD-160 process data block (internal use only) ">mbedtls_internal_ripemd160_process()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000024"></a>Global <a class="el" href="ripemd160_8h.html#a73865805c1cef09fcfbf4b5b086fbaf4">mbedtls_ripemd160_starts</a>  (<a class="el" href="structmbedtls__ripemd160__context.html" title="RIPEMD-160 context structure. ">mbedtls_ripemd160_context</a> *ctx)</dt>
<dd>Superseded by <a class="el" href="ripemd160_8h.html#af734f3890b3d035e049f10012cf7d043" title="RIPEMD-160 context setup. ">mbedtls_ripemd160_starts_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000025"></a>Global <a class="el" href="ripemd160_8h.html#a020934c61ba101e74757f30c0e130686">mbedtls_ripemd160_update</a>  (<a class="el" href="structmbedtls__ripemd160__context.html" title="RIPEMD-160 context structure. ">mbedtls_ripemd160_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="ripemd160_8h.html#a95f2a4b18c364e9edcd9ccbbf14ca20c" title="RIPEMD-160 process buffer. ">mbedtls_ripemd160_update_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000032"></a>Global <a class="el" href="rsa_8h.html#a58f99b884b1697526061bedfe7be5570">mbedtls_rsa_pkcs1_decrypt</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, size_t *olen, const unsigned char *input, unsigned char *output, size_t output_max_len)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a>. </dd>
<dt><a class="anchor" id="_deprecated000029"></a>Global <a class="el" href="rsa_8h.html#a047b85b9483a9abecaf31af0caa2e7ff">mbedtls_rsa_pkcs1_encrypt</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, size_t ilen, const unsigned char *input, unsigned char *output)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a>. </dd>
<dt><a class="anchor" id="_deprecated000035"></a>Global <a class="el" href="rsa_8h.html#a47d9e8989e233e986c59dc2aeb4a4caf">mbedtls_rsa_pkcs1_sign</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, unsigned char *sig)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a>. </dd>
<dt><a class="anchor" id="_deprecated000038"></a>Global <a class="el" href="rsa_8h.html#a0aed18dcd3095b0ec29ed45a698a1935">mbedtls_rsa_pkcs1_verify</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, const unsigned char *sig)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it set to <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a>. </dd>
<dt><a class="anchor" id="_deprecated000034"></a>Global <a class="el" href="rsa_8h.html#afe0ea987f1d1627cc86137e5b1595da8">mbedtls_rsa_rsaes_oaep_decrypt</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, const unsigned char *label, size_t label_len, size_t *olen, const unsigned char *input, unsigned char *output, size_t output_max_len)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a>. </dd>
<dt><a class="anchor" id="_deprecated000031"></a>Global <a class="el" href="rsa_8h.html#ad2dda710a8a517d02220632bcf0eda13">mbedtls_rsa_rsaes_oaep_encrypt</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, const unsigned char *label, size_t label_len, size_t ilen, const unsigned char *input, unsigned char *output)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a>. </dd>
<dt><a class="anchor" id="_deprecated000033"></a>Global <a class="el" href="rsa_8h.html#a57b7b96e1dbb900bb42cc2e1704e051b">mbedtls_rsa_rsaes_pkcs1_v15_decrypt</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, size_t *olen, const unsigned char *input, unsigned char *output, size_t output_max_len)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a>. </dd>
<dt><a class="anchor" id="_deprecated000030"></a>Global <a class="el" href="rsa_8h.html#a5037e3e29277b9d0dc3a4ef84b251f4e">mbedtls_rsa_rsaes_pkcs1_v15_encrypt</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, size_t ilen, const unsigned char *input, unsigned char *output)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a>. </dd>
<dt><a class="anchor" id="_deprecated000036"></a>Global <a class="el" href="rsa_8h.html#aed5ff7848640b50f4a829a43f7135de4">mbedtls_rsa_rsassa_pkcs1_v15_sign</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, unsigned char *sig)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a>. </dd>
<dt><a class="anchor" id="_deprecated000039"></a>Global <a class="el" href="rsa_8h.html#a27b1f6721bfe13049ebda58b0684f446">mbedtls_rsa_rsassa_pkcs1_v15_verify</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, const unsigned char *sig)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it set to <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a>. </dd>
<dt><a class="anchor" id="_deprecated000037"></a>Global <a class="el" href="rsa_8h.html#aec5d149705050cd3839fe68e095e32b2">mbedtls_rsa_rsassa_pss_sign</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, unsigned char *sig)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a>. </dd>
<dt><a class="anchor" id="_deprecated000040"></a>Global <a class="el" href="rsa_8h.html#a71b172ac54391d845ec163a20cbec09d">mbedtls_rsa_rsassa_pss_verify</a>  (<a class="el" href="structmbedtls__rsa__context.html" title="The RSA context structure. ">mbedtls_rsa_context</a> *ctx, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng, int mode, mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, const unsigned char *sig)</dt>
<dd>It is deprecated and discouraged to call this function in <a class="el" href="rsa_8h.html#a031a66acf0364a48a80827dd8713874d">MBEDTLS_RSA_PRIVATE</a> mode. Future versions of the library are likely to remove the <code>mode</code> argument and have it implicitly set to <a class="el" href="rsa_8h.html#a0a9033343f995250ee30844b0defa3e9">MBEDTLS_RSA_PUBLIC</a>. </dd>
<dt><a class="anchor" id="_deprecated000045"></a>Global <a class="el" href="sha1_8h.html#a332ca8a99178df92ae76bc42cbed409c">mbedtls_sha1</a>  (const unsigned char *input, size_t ilen, unsigned char output[20])</dt>
<dd>Superseded by <a class="el" href="sha1_8h.html#a332d382923412f8960b8558118fdfa90" title="This function calculates the SHA-1 checksum of a buffer. ">mbedtls_sha1_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000043"></a>Global <a class="el" href="sha1_8h.html#a90f8f00e0d29946ad5ee1a490009211e">mbedtls_sha1_finish</a>  (<a class="el" href="structmbedtls__sha1__context.html" title="The SHA-1 context structure. ">mbedtls_sha1_context</a> *ctx, unsigned char output[20])</dt>
<dd>Superseded by <a class="el" href="sha1_8h.html#ad5386f33f3a04ca416fe89e0e8d5039d" title="This function finishes the SHA-1 operation, and writes the result to the output buffer. ">mbedtls_sha1_finish_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000044"></a>Global <a class="el" href="sha1_8h.html#a31026409c719bcfadc553a5e4ec6e76a">mbedtls_sha1_process</a>  (<a class="el" href="structmbedtls__sha1__context.html" title="The SHA-1 context structure. ">mbedtls_sha1_context</a> *ctx, const unsigned char data[64])</dt>
<dd>Superseded by <a class="el" href="sha1_8h.html#a691c38288ec5d507269f95f7eed2c1e0" title="SHA-1 process data block (internal use only) ">mbedtls_internal_sha1_process()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000041"></a>Global <a class="el" href="sha1_8h.html#aa3c6499a23520e06ffc3ea969d1569cf">mbedtls_sha1_starts</a>  (<a class="el" href="structmbedtls__sha1__context.html" title="The SHA-1 context structure. ">mbedtls_sha1_context</a> *ctx)</dt>
<dd>Superseded by <a class="el" href="sha1_8h.html#a75b1992ad93e9b796686c442dcd5893e" title="This function starts a SHA-1 checksum calculation. ">mbedtls_sha1_starts_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000042"></a>Global <a class="el" href="sha1_8h.html#a968a7b85cef241a754d9ff7d0aab20b6">mbedtls_sha1_update</a>  (<a class="el" href="structmbedtls__sha1__context.html" title="The SHA-1 context structure. ">mbedtls_sha1_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="sha1_8h.html#a460e674d51e2cd2d4f7ab520371d8307" title="This function feeds an input buffer into an ongoing SHA-1 checksum calculation. ">mbedtls_sha1_update_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000050"></a>Global <a class="el" href="sha256_8h.html#ae4799cdf700307924eb2dc30228bbc28">mbedtls_sha256</a>  (const unsigned char *input, size_t ilen, unsigned char output[32], int is224)</dt>
<dd>Superseded by <a class="el" href="sha256_8h.html#ad283d3384b32e1e40edc6c22be359296" title="This function calculates the SHA-224 or SHA-256 checksum of a buffer. ">mbedtls_sha256_ret()</a> in 2.7.0. </dd>
<dt><a class="anchor" id="_deprecated000048"></a>Global <a class="el" href="sha256_8h.html#acc7f4ce2f9dcb143d652abd5e924227c">mbedtls_sha256_finish</a>  (<a class="el" href="structmbedtls__sha256__context.html" title="The SHA-256 context structure. ">mbedtls_sha256_context</a> *ctx, unsigned char output[32])</dt>
<dd>Superseded by <a class="el" href="sha256_8h.html#ad9537ce07447c872e654ad87d144f1cd" title="This function finishes the SHA-256 operation, and writes the result to the output buffer...">mbedtls_sha256_finish_ret()</a> in 2.7.0. </dd>
<dt><a class="anchor" id="_deprecated000049"></a>Global <a class="el" href="sha256_8h.html#a729333b742917cacbc66ab9606695e21">mbedtls_sha256_process</a>  (<a class="el" href="structmbedtls__sha256__context.html" title="The SHA-256 context structure. ">mbedtls_sha256_context</a> *ctx, const unsigned char data[64])</dt>
<dd>Superseded by <a class="el" href="sha256_8h.html#a7d35cd23d4ede07db7c6fee054045efb" title="This function processes a single data block within the ongoing SHA-256 computation. This function is for internal use only. ">mbedtls_internal_sha256_process()</a> in 2.7.0. </dd>
<dt><a class="anchor" id="_deprecated000046"></a>Global <a class="el" href="sha256_8h.html#a76386b7db2768e94517dc38c131a884d">mbedtls_sha256_starts</a>  (<a class="el" href="structmbedtls__sha256__context.html" title="The SHA-256 context structure. ">mbedtls_sha256_context</a> *ctx, int is224)</dt>
<dd>Superseded by <a class="el" href="sha256_8h.html#af7feb61e3727df3ea4bb1bb08537934e" title="This function starts a SHA-224 or SHA-256 checksum calculation. ">mbedtls_sha256_starts_ret()</a> in 2.7.0. </dd>
<dt><a class="anchor" id="_deprecated000047"></a>Global <a class="el" href="sha256_8h.html#a0a830e7793e6eef442e156cee35bce3f">mbedtls_sha256_update</a>  (<a class="el" href="structmbedtls__sha256__context.html" title="The SHA-256 context structure. ">mbedtls_sha256_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="sha256_8h.html#afeaa391b98ad340ed3b2233fa4ca665d" title="This function feeds an input buffer into an ongoing SHA-256 checksum calculation. ...">mbedtls_sha256_update_ret()</a> in 2.7.0. </dd>
<dt><a class="anchor" id="_deprecated000055"></a>Global <a class="el" href="sha512_8h.html#a7ebf356b6018ae4b9db5a9c514c46942">mbedtls_sha512</a>  (const unsigned char *input, size_t ilen, unsigned char output[64], int is384)</dt>
<dd>Superseded by <a class="el" href="sha512_8h.html#a19ac599d95fee6fc7391b767faced89b" title="This function calculates the SHA-512 or SHA-384 checksum of a buffer. ">mbedtls_sha512_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000053"></a>Global <a class="el" href="sha512_8h.html#ac4895a7d23008d297e61ccfc6d5c9c17">mbedtls_sha512_finish</a>  (<a class="el" href="structmbedtls__sha512__context.html" title="The SHA-512 context structure. ">mbedtls_sha512_context</a> *ctx, unsigned char output[64])</dt>
<dd>Superseded by <a class="el" href="sha512_8h.html#ae58dccdf29be89f5db17d7cec3d9eaa6" title="This function finishes the SHA-512 operation, and writes the result to the output buffer...">mbedtls_sha512_finish_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000054"></a>Global <a class="el" href="sha512_8h.html#a626c8a0a770ad725f61c00cb3a2cd962">mbedtls_sha512_process</a>  (<a class="el" href="structmbedtls__sha512__context.html" title="The SHA-512 context structure. ">mbedtls_sha512_context</a> *ctx, const unsigned char data[128])</dt>
<dd>Superseded by <a class="el" href="sha512_8h.html#a2444643f71eb582c81a60c4dfd04f894" title="This function processes a single data block within the ongoing SHA-512 computation. ">mbedtls_internal_sha512_process()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000051"></a>Global <a class="el" href="sha512_8h.html#a73fe469402a2b3a6533b63b9f53c9854">mbedtls_sha512_starts</a>  (<a class="el" href="structmbedtls__sha512__context.html" title="The SHA-512 context structure. ">mbedtls_sha512_context</a> *ctx, int is384)</dt>
<dd>Superseded by <a class="el" href="sha512_8h.html#a7d4b5829bf66a88a51d8bfc89ce3247d" title="This function starts a SHA-384 or SHA-512 checksum calculation. ">mbedtls_sha512_starts_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000052"></a>Global <a class="el" href="sha512_8h.html#a90bfb3e2fb5f8ed20e4519c9a46733a1">mbedtls_sha512_update</a>  (<a class="el" href="structmbedtls__sha512__context.html" title="The SHA-512 context structure. ">mbedtls_sha512_context</a> *ctx, const unsigned char *input, size_t ilen)</dt>
<dd>Superseded by <a class="el" href="sha512_8h.html#acf34a07245ab35e4d1dbd94a88f71fc3" title="This function feeds an input buffer into an ongoing SHA-512 checksum calculation. ...">mbedtls_sha512_update_ret()</a> in 2.7.0 </dd>
<dt><a class="anchor" id="_deprecated000056"></a>Global <a class="el" href="ssl_8h.html#a599d59d63ca864eb4548d3626293febc">mbedtls_ssl_conf_dh_param</a>  (<a class="el" href="structmbedtls__ssl__config.html">mbedtls_ssl_config</a> *conf, const char *dhm_P, const char *dhm_G)</dt>
<dd>Superseded by <code>mbedtls_ssl_conf_dh_param_bin</code>. </dd>
<dt><a class="anchor" id="_deprecated000023"></a>File <a class="el" href="net_8h.html">net.h</a>  </dt>
<dd>Superseded by <a class="el" href="net__sockets_8h.html" title="Network communication functions. ">mbedtls/net_sockets.h</a> </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Mar 7 2018 08:44:45 for mbed TLS v2.7.0 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>