Searched defs:int (Results 1 – 2 of 2) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | x509_crt.c | 3069 static int x509_crt_merge_flags_with_cb( in x509_crt_merge_flags_with_cb() argument 3112 static int x509_crt_verify_restartable_ca_cb( mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument 3200 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument 3217 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument 3236 int mbedtls_x509_crt_verify_with_ca_cb( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument 3251 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
|
A D | ssl_tls.c | 4112 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument 4129 void (*f_dbg)(void *, int, const char *, int, const char *), in mbedtls_ssl_conf_dbg() argument 4332 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
|
Completed in 21 milliseconds