Home
last modified time | relevance | path

Searched defs:dhm_G (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/programs/test/
Dbenchmark.c833 const unsigned char *dhm_G[] = { dhm_G_2048, dhm_G_3072 }; in main() local
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_tls.c4613 int mbedtls_ssl_conf_dh_param( mbedtls_ssl_config *conf, const char *dhm_P, const char *dhm_G ) in mbedtls_ssl_conf_dh_param()
4631 const unsigned char *dhm_G, size_t G_len ) in mbedtls_ssl_conf_dh_param_bin()
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1221 mbedtls_mpi dhm_G; /*!< generator for DHM */ member