Searched refs:mbedtls_dhm_parse_dhm (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | dhm.c | 482 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin, in mbedtls_dhm_parse_dhm() function 637 ret = mbedtls_dhm_parse_dhm(dhm, buf, n); in mbedtls_dhm_parse_dhmfile() 689 if ((ret = mbedtls_dhm_parse_dhm(&dhm, in mbedtls_dhm_self_test()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | dhm.c | 482 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin, in mbedtls_dhm_parse_dhm() function 637 ret = mbedtls_dhm_parse_dhm(dhm, buf, n); in mbedtls_dhm_parse_dhmfile() 689 if ((ret = mbedtls_dhm_parse_dhm(&dhm, in mbedtls_dhm_self_test()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | dhm.h | 348 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | dhm.h | 348 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1215 … supports predefined groups. Therefore there is no equivalent to `mbedtls_dhm_parse_dhm`, `mbedtls…
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 4186 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 4446 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the
|