Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_profile (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h125 typedef struct mbedtls_x509_crt_profile { struct
133 mbedtls_x509_crt_profile; argument
324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
331 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_next;
336 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_suiteb;
342 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_none;
714 const mbedtls_x509_crt_profile *profile,
748 const mbedtls_x509_crt_profile *profile,
814 const mbedtls_x509_crt_profile *profile,
H A Dssl.h1601 const mbedtls_x509_crt_profile *MBEDTLS_PRIVATE(cert_profile); /*!< verification profile */
3575 const mbedtls_x509_crt_profile *profile);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c89 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default =
115 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_next =
140 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_suiteb =
161 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_none =
173 static int x509_profile_check_md_alg(const mbedtls_x509_crt_profile *profile, in x509_profile_check_md_alg()
191 static int x509_profile_check_pk_alg(const mbedtls_x509_crt_profile *profile, in x509_profile_check_pk_alg()
209 static int x509_profile_check_key(const mbedtls_x509_crt_profile *profile, in x509_profile_check_key()
2012 const mbedtls_x509_crt_profile *profile, in x509_crt_verifycrl()
2512 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_chain()
3060 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_restartable_ca_cb()
[all …]
H A Dssl_tls.c1819 const mbedtls_x509_crt_profile *profile) in mbedtls_ssl_conf_cert_profile()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1583 * Fix incorrect documentation of mbedtls_x509_crt_profile. The previous