Home
last modified time | relevance | path

Searched refs:t0ctx (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.c66 void br_pem_decoder_run(void *t0ctx);
213 t0_context *t0ctx = ctx; \
214 t0ctx->ip = &t0_codeblock[0]; \
215 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
223 br_pem_decoder_run(void *t0ctx) in br_pem_decoder_run() argument
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()
[all …]
H A Dpemdec.t027 #define CTX ((br_pem_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_pem_decoder_…
/freebsd/contrib/bearssl/src/x509/
H A Dskey_decoder.c66 void br_skey_decoder_run(void *t0ctx);
281 t0_context *t0ctx = ctx; \
282 t0ctx->ip = &t0_codeblock[0]; \
283 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
291 br_skey_decoder_run(void *t0ctx) in br_skey_decoder_run() argument
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()
[all …]
H A Dx509_decoder.c66 void br_x509_decoder_run(void *t0ctx);
368 t0_context *t0ctx = ctx; \
369 t0ctx->ip = &t0_codeblock[0]; \
370 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
378 br_x509_decoder_run(void *t0ctx) in br_x509_decoder_run() argument
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()
[all …]
H A Dx509_minimal.c66 void br_x509_minimal_run(void *t0ctx);
867 t0_context *t0ctx = ctx; \
868 t0ctx->ip = &t0_codeblock[0]; \
869 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
877 br_x509_minimal_run(void *t0ctx) in br_x509_minimal_run() argument
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()
[all …]
H A Dx509_decoder.t027 #define CTX ((br_x509_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_decode…
H A Dskey_decoder.t027 #define CTX ((br_skey_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_skey_decode…
H A Dx509_minimal.t0294 #define CTX ((br_x509_minimal_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_minima…
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c66 void br_ssl_hs_client_run(void *t0ctx);
895 t0_context *t0ctx = ctx; \
896 t0ctx->ip = &t0_codeblock[0]; \
897 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
905 br_ssl_hs_client_run(void *t0ctx) in br_ssl_hs_client_run() argument
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()
[all …]
H A Dssl_hs_server.c66 void br_ssl_hs_server_run(void *t0ctx);
946 t0_context *t0ctx = ctx; \
947 t0ctx->ip = &t0_codeblock[0]; \
948 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
956 br_ssl_hs_server_run(void *t0ctx) in br_ssl_hs_server_run() argument
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()
[all …]
H A Dssl_hs_common.t037 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_con…