Home
last modified time | relevance | path

Searched refs:t0_context (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.c10 } t0_context; typedef
213 t0_context *t0ctx = ctx; \
271 dp = ((t0_context *)t0ctx)->dp; in br_pem_decoder_run()
272 rp = ((t0_context *)t0ctx)->rp; in br_pem_decoder_run()
273 ip = ((t0_context *)t0ctx)->ip; in br_pem_decoder_run()
523 ((t0_context *)t0ctx)->dp = dp; in br_pem_decoder_run()
524 ((t0_context *)t0ctx)->rp = rp; in br_pem_decoder_run()
525 ((t0_context *)t0ctx)->ip = ip; in br_pem_decoder_run()
/freebsd/contrib/bearssl/src/x509/
H A Dskey_decoder.c10 } t0_context; typedef
281 t0_context *t0ctx = ctx; \
339 dp = ((t0_context *)t0ctx)->dp; in br_skey_decoder_run()
340 rp = ((t0_context *)t0ctx)->rp; in br_skey_decoder_run()
341 ip = ((t0_context *)t0ctx)->ip; in br_skey_decoder_run()
647 ((t0_context *)t0ctx)->dp = dp; in br_skey_decoder_run()
648 ((t0_context *)t0ctx)->rp = rp; in br_skey_decoder_run()
649 ((t0_context *)t0ctx)->ip = ip; in br_skey_decoder_run()
H A Dx509_decoder.c10 } t0_context; typedef
368 t0_context *t0ctx = ctx; \
426 dp = ((t0_context *)t0ctx)->dp; in br_x509_decoder_run()
427 rp = ((t0_context *)t0ctx)->rp; in br_x509_decoder_run()
428 ip = ((t0_context *)t0ctx)->ip; in br_x509_decoder_run()
770 ((t0_context *)t0ctx)->dp = dp; in br_x509_decoder_run()
771 ((t0_context *)t0ctx)->rp = rp; in br_x509_decoder_run()
772 ((t0_context *)t0ctx)->ip = ip; in br_x509_decoder_run()
H A Dx509_minimal.c10 } t0_context; typedef
867 t0_context *t0ctx = ctx; \
925 dp = ((t0_context *)t0ctx)->dp; in br_x509_minimal_run()
926 rp = ((t0_context *)t0ctx)->rp; in br_x509_minimal_run()
927 ip = ((t0_context *)t0ctx)->ip; in br_x509_minimal_run()
1666 ((t0_context *)t0ctx)->dp = dp; in br_x509_minimal_run()
1667 ((t0_context *)t0ctx)->rp = rp; in br_x509_minimal_run()
1668 ((t0_context *)t0ctx)->ip = ip; in br_x509_minimal_run()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c10 } t0_context; typedef
895 t0_context *t0ctx = ctx; \
953 dp = ((t0_context *)t0ctx)->dp; in br_ssl_hs_client_run()
954 rp = ((t0_context *)t0ctx)->rp; in br_ssl_hs_client_run()
955 ip = ((t0_context *)t0ctx)->ip; in br_ssl_hs_client_run()
1912 ((t0_context *)t0ctx)->dp = dp; in br_ssl_hs_client_run()
1913 ((t0_context *)t0ctx)->rp = rp; in br_ssl_hs_client_run()
1914 ((t0_context *)t0ctx)->ip = ip; in br_ssl_hs_client_run()
H A Dssl_hs_server.c10 } t0_context; typedef
946 t0_context *t0ctx = ctx; \
1004 dp = ((t0_context *)t0ctx)->dp; in br_ssl_hs_server_run()
1005 rp = ((t0_context *)t0ctx)->rp; in br_ssl_hs_server_run()
1006 ip = ((t0_context *)t0ctx)->ip; in br_ssl_hs_server_run()
2006 ((t0_context *)t0ctx)->dp = dp; in br_ssl_hs_server_run()
2007 ((t0_context *)t0ctx)->rp = rp; in br_ssl_hs_server_run()
2008 ((t0_context *)t0ctx)->ip = ip; in br_ssl_hs_server_run()