Searched refs:t0ctx (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/codec/
H A Dpemdec.c64 void br_pem_decoder_init_main(void *t0ctx);
66 void br_pem_decoder_run(void *t0ctx);
72 #define CTX ((br_pem_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_pem_decoder_context, cpu)))
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) argument
271 dp = ((t0_context *)t0ctx)->dp;
272 rp = ((t0_context *)t0ctx)
[all...]
/freebsd-13-stable/contrib/bearssl/src/x509/
H A Dskey_decoder.c64 void br_skey_decoder_init_main(void *t0ctx);
66 void br_skey_decoder_run(void *t0ctx);
78 #define CTX ((br_skey_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_skey_decoder_context, cpu)))
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) argument
339 dp = ((t0_context *)t0ctx)->dp;
340 rp = ((t0_context *)t0ctx)
[all...]
H A Dx509_decoder.c64 void br_x509_decoder_init_main(void *t0ctx);
66 void br_x509_decoder_run(void *t0ctx);
78 #define CTX ((br_x509_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_decoder_context, cpu)))
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) argument
426 dp = ((t0_context *)t0ctx)->dp;
427 rp = ((t0_context *)t0ctx)
[all...]
H A Dx509_minimal.c64 void br_x509_minimal_init_main(void *t0ctx);
66 void br_x509_minimal_run(void *t0ctx);
345 #define CTX ((br_x509_minimal_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_minimal_context, cpu)))
873 t0_context *t0ctx = ctx; \
874 t0ctx->ip = &t0_codeblock[0]; \
875 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
883 br_x509_minimal_run(void *t0ctx) argument
931 dp = ((t0_context *)t0ctx)->dp;
932 rp = ((t0_context *)t0ctx)
[all...]
/freebsd-13-stable/contrib/bearssl/T0/
H A DT0Comp.cs1758 tw.WriteLine("void {0}_init_{1}(void *t0ctx);",
1762 tw.WriteLine("void {0}_run(void *t0ctx);", coreRun);
1828 t0_context *t0ctx = ctx; \
1829 t0ctx->ip = &t0_codeblock[0]; \
1830 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
1849 tw.WriteLine("{0}_run(void *t0ctx)", coreRun);
1898 dp = ((t0_context *)t0ctx)->dp;
1899 rp = ((t0_context *)t0ctx)->rp;
1900 ip = ((t0_context *)t0ctx)
[all...]
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c64 void br_ssl_hs_client_init_main(void *t0ctx);
66 void br_ssl_hs_client_run(void *t0ctx);
78 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_context, cpu)))
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) argument
953 dp = ((t0_context *)t0ctx)->dp;
954 rp = ((t0_context *)t0ctx)
[all...]
H A Dssl_hs_server.c64 void br_ssl_hs_server_init_main(void *t0ctx);
66 void br_ssl_hs_server_run(void *t0ctx);
78 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_context, cpu)))
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) argument
1004 dp = ((t0_context *)t0ctx)->dp;
1005 rp = ((t0_context *)t0ctx)
[all...]

Completed in 56 milliseconds