Home
last modified time | relevance | path

Searched refs:m_x (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/openssl/include/platform/
Dssl_pm.h49 int x509_pm_new(X509 *x, X509 *m_x);
/hal_espressif-3.6.0/components/openssl/platform/
Dssl_pm.c565 int x509_pm_new(X509 *x, X509 *m_x) in x509_pm_new() argument
578 if (m_x) { in x509_pm_new()
579 struct x509_pm *m_x509_pm = (struct x509_pm *)m_x->x509_pm; in x509_pm_new()
/hal_espressif-3.6.0/components/openssl/include/internal/
Dssl_types.h312 int (*x509_new)(X509 *x, X509 *m_x);