Searched defs:int (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/scripts/ |
D | code_size_compare.py | 483 def __init__(self, text: int, data: int, bss: int, dec: int):
|
/mbedtls-latest/library/ |
D | x509_crt.c | 3011 static int x509_crt_merge_flags_with_cb( in x509_crt_merge_flags_with_cb() argument 3055 static int x509_crt_verify_restartable_ca_cb(mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument 3151 int mbedtls_x509_crt_verify(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument 3168 int mbedtls_x509_crt_verify_with_profile(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument 3187 int mbedtls_x509_crt_verify_with_ca_cb(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument 3202 int mbedtls_x509_crt_verify_restartable(mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
|
D | ssl_tls.c | 1649 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument 1666 void (*f_dbg)(void *, int, const char *, int, const char *), in mbedtls_ssl_conf_dbg() argument 1939 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
|