Searched refs:p_ctx (Results 1 – 4 of 4) sorted by relevance
/mbedtls-development/library/ |
A D | ssl_cookie.c | 149 int mbedtls_ssl_cookie_write( void *p_ctx, in mbedtls_ssl_cookie_write() argument 154 mbedtls_ssl_cookie_ctx *ctx = (mbedtls_ssl_cookie_ctx *) p_ctx; in mbedtls_ssl_cookie_write() 191 int mbedtls_ssl_cookie_check( void *p_ctx, in mbedtls_ssl_cookie_check() argument 198 mbedtls_ssl_cookie_ctx *ctx = (mbedtls_ssl_cookie_ctx *) p_ctx; in mbedtls_ssl_cookie_check()
|
A D | x509_crt.c | 907 void *p_ctx ) in x509_get_crt_ext() argument 974 ret = cb( p_ctx, crt, &extn_oid, is_critical, *p, end_ext_octet ); in x509_get_crt_ext() 1044 cb( p_ctx, crt, &extn_oid, is_critical, in x509_get_crt_ext() 1090 void *p_ctx ) in x509_crt_parse_der_core() argument 1287 ret = x509_get_crt_ext( &p, end, crt, cb, p_ctx ); in x509_crt_parse_der_core() 1353 void *p_ctx ) in mbedtls_x509_crt_parse_der_internal() argument 1385 ret = x509_crt_parse_der_core( crt, buf, buflen, make_copy, cb, p_ctx ); in mbedtls_x509_crt_parse_der_internal() 1412 void *p_ctx ) in mbedtls_x509_crt_parse_der_with_ext_cb() argument 1414 return( mbedtls_x509_crt_parse_der_internal( chain, buf, buflen, make_copy, cb, p_ctx ) ); in mbedtls_x509_crt_parse_der_with_ext_cb()
|
/mbedtls-development/include/mbedtls/ |
A D | x509_crt.h | 449 typedef int (*mbedtls_x509_crt_ext_cb_t)( void *p_ctx, 501 void *p_ctx ); 840 typedef int (*mbedtls_x509_crt_ca_cb_t)( void *p_ctx,
|
/mbedtls-development/tests/suites/ |
A D | test_suite_x509parse.function | 306 int parse_crt_ext_cb( void *p_ctx, mbedtls_x509_crt const *crt, mbedtls_x509_buf const *oid, 311 mbedtls_x509_buf *new_oid = (mbedtls_x509_buf *)p_ctx;
|
Completed in 11 milliseconds