Home
last modified time | relevance | path

Searched refs:dhmin (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Ddhm.c482 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin, in mbedtls_dhm_parse_dhm() argument
496 if (dhminlen == 0 || dhmin[dhminlen - 1] != '\0') { in mbedtls_dhm_parse_dhm()
502 dhmin, NULL, 0, &dhminlen); in mbedtls_dhm_parse_dhm()
514 p = (ret == 0) ? pem.buf : (unsigned char *) dhmin; in mbedtls_dhm_parse_dhm()
516 p = (unsigned char *) dhmin; in mbedtls_dhm_parse_dhm()
/third_party/mbedtls/include/mbedtls/
H A Ddhm.h351 * \param dhmin The input buffer. This must be a readable buffer of
353 * \param dhminlen The size of the input buffer \p dhmin, including the
360 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin,

Completed in 4 milliseconds