Searched refs:t0ctx (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/bearssl/src/codec/ |
H A D | pemdec.c | 64 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_… 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() [all …]
|
H A D | pemdec.t0 | 27 #define CTX ((br_pem_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_pem_decoder_…
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | skey_decoder.c | 64 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_decode… 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() [all …]
|
H A D | x509_decoder.c | 64 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_decode… 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() [all …]
|
H A D | x509_minimal.c | 64 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_minima… 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() [all …]
|
H A D | x509_decoder.t0 | 27 #define CTX ((br_x509_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_decode…
|
H A D | skey_decoder.t0 | 27 #define CTX ((br_skey_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_skey_decode…
|
H A D | x509_minimal.t0 | 294 #define CTX ((br_x509_minimal_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_minima…
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.c | 64 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_con… 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() [all …]
|
H A D | ssl_hs_server.c | 64 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_con… 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() [all …]
|
H A D | ssl_hs_common.t0 | 37 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_con…
|