Searched defs:int (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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
|
| H A D | ssl_tls.c | 1662 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument 1679 void (*f_dbg)(void *, int, const char *, int, const char *), in mbedtls_ssl_conf_dbg() argument 1952 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
|
| /optee_os/scripts/ |
| H A D | sign_encrypt.py | 455 def int_to_bytes(x: int) -> bytes:
|