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

/freebsd-13-stable/contrib/bearssl/src/codec/
H A Dpemdec.c10 } t0_context; typedef in typeref:struct:__anon266
213 t0_context *t0ctx = ctx; \
271 dp = ((t0_context *)t0ctx)->dp;
272 rp = ((t0_context *)t0ctx)->rp;
273 ip = ((t0_context *)t0ctx)->ip;
523 ((t0_context *)t0ctx)->dp = dp;
524 ((t0_context *)t0ctx)->rp = rp;
525 ((t0_context *)t0ctx)->ip = ip;
/freebsd-13-stable/contrib/bearssl/src/x509/
H A Dskey_decoder.c10 } t0_context; typedef in typeref:struct:__anon288
281 t0_context *t0ctx = ctx; \
339 dp = ((t0_context *)t0ctx)->dp;
340 rp = ((t0_context *)t0ctx)->rp;
341 ip = ((t0_context *)t0ctx)->ip;
647 ((t0_context *)t0ctx)->dp = dp;
648 ((t0_context *)t0ctx)->rp = rp;
649 ((t0_context *)t0ctx)->ip = ip;
H A Dx509_decoder.c10 } t0_context; typedef in typeref:struct:__anon289
368 t0_context *t0ctx = ctx; \
426 dp = ((t0_context *)t0ctx)->dp;
427 rp = ((t0_context *)t0ctx)->rp;
428 ip = ((t0_context *)t0ctx)->ip;
770 ((t0_context *)t0ctx)->dp = dp;
771 ((t0_context *)t0ctx)->rp = rp;
772 ((t0_context *)t0ctx)->ip = ip;
H A Dx509_minimal.c10 } t0_context; typedef in typeref:struct:__anon290
873 t0_context *t0ctx = ctx; \
931 dp = ((t0_context *)t0ctx)->dp;
932 rp = ((t0_context *)t0ctx)->rp;
933 ip = ((t0_context *)t0ctx)->ip;
1657 ((t0_context *)t0ctx)->dp = dp;
1658 ((t0_context *)t0ctx)->rp = rp;
1659 ((t0_context *)t0ctx)->ip = ip;
/freebsd-13-stable/contrib/bearssl/T0/
H A DT0Comp.cs1697 } t0_context;
1828 t0_context *t0ctx = ctx; \
1898 dp = ((t0_context *)t0ctx)->dp;
1899 rp = ((t0_context *)t0ctx)->rp;
1900 ip = ((t0_context *)t0ctx)->ip;
1969 ((t0_context *)t0ctx)->dp = dp;
1970 ((t0_context *)t0ctx)->rp = rp;
1971 ((t0_context *)t0ctx)->ip = ip;
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c10 } t0_context; typedef in typeref:struct:__anon286
895 t0_context *t0ctx = ctx; \
953 dp = ((t0_context *)t0ctx)->dp;
954 rp = ((t0_context *)t0ctx)->rp;
955 ip = ((t0_context *)t0ctx)->ip;
1912 ((t0_context *)t0ctx)->dp = dp;
1913 ((t0_context *)t0ctx)->rp = rp;
1914 ((t0_context *)t0ctx)->ip = ip;
H A Dssl_hs_server.c10 } t0_context; typedef in typeref:struct:__anon287
946 t0_context *t0ctx = ctx; \
1004 dp = ((t0_context *)t0ctx)->dp;
1005 rp = ((t0_context *)t0ctx)->rp;
1006 ip = ((t0_context *)t0ctx)->ip;
2006 ((t0_context *)t0ctx)->dp = dp;
2007 ((t0_context *)t0ctx)->rp = rp;
2008 ((t0_context *)t0ctx)->ip = ip;

Completed in 122 milliseconds