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

/freebsd-13-stable/contrib/bearssl/src/codec/
H A Dpemdec.c229 #define T0_POP() (*-- dp) macro
301 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
309 if (T0_POP()) {
315 if (!T0_POP()) {
322 uint32_t b = T0_POP();
323 uint32_t a = T0_POP();
331 uint32_t b = T0_POP();
332 uint32_t a = T0_POP();
350 uint32_t x = T0_POP();
367 uint32_t b = T0_POP();
[all...]
/freebsd-13-stable/contrib/bearssl/src/x509/
H A Dskey_decoder.c297 #define T0_POP() (*-- dp) macro
369 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
377 if (T0_POP()) {
383 if (!T0_POP()) {
390 uint32_t b = T0_POP();
391 uint32_t a = T0_POP();
399 uint32_t b = T0_POP();
400 uint32_t a = T0_POP();
423 uint32_t x = T0_POP();
431 uint32_t b = T0_POP();
[all...]
H A Dx509_decoder.c384 #define T0_POP() (*-- dp) macro
456 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
464 if (T0_POP()) {
470 if (!T0_POP()) {
486 uint32_t b = T0_POP();
487 uint32_t a = T0_POP();
495 uint32_t b = T0_POP();
496 uint32_t a = T0_POP();
504 uint32_t b = T0_POP();
505 uint32_t a = T0_POP();
[all...]
H A Dx509_minimal.c889 #define T0_POP() (*-- dp) macro
961 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
969 if (T0_POP()) {
975 if (!T0_POP()) {
991 uint32_t b = T0_POP();
992 uint32_t a = T0_POP();
1000 uint32_t b = T0_POP();
1001 uint32_t a = T0_POP();
1009 uint32_t b = T0_POP();
1010 uint32_t a = T0_POP();
[all...]
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c962 #define T0_POP() (*-- dp) macro
1034 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
1042 if (T0_POP()) {
1048 if (!T0_POP()) {
1055 uint32_t b = T0_POP();
1056 uint32_t a = T0_POP();
1064 uint32_t b = T0_POP();
1065 uint32_t a = T0_POP();
1073 uint32_t b = T0_POP();
1074 uint32_t a = T0_POP();
[all...]
H A Dssl_hs_client.c911 #define T0_POP() (*-- dp) macro
983 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
991 if (T0_POP()) {
997 if (!T0_POP()) {
1004 uint32_t b = T0_POP();
1005 uint32_t a = T0_POP();
1013 uint32_t b = T0_POP();
1014 uint32_t a = T0_POP();
1022 uint32_t b = T0_POP();
1023 uint32_t a = T0_POP();
[all...]
/freebsd-13-stable/contrib/bearssl/T0/
H A DT0Comp.cs1856 #define T0_POP() (*-- dp)
1928 T0_LOCAL(t0_parse7E_unsigned(&ip)) = T0_POP();
1936 if (T0_POP()) {
1942 if (!T0_POP()) {

Completed in 74 milliseconds