Home
last modified time | relevance | path

Searched refs:t0off (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.c282 int32_t t0off; in br_pem_decoder_run() local
304 t0off = t0_parse7E_signed(&ip); in br_pem_decoder_run()
305 ip += t0off; in br_pem_decoder_run()
308 t0off = t0_parse7E_signed(&ip); in br_pem_decoder_run()
310 ip += t0off; in br_pem_decoder_run()
314 t0off = t0_parse7E_signed(&ip); in br_pem_decoder_run()
316 ip += t0off; in br_pem_decoder_run()
/freebsd/contrib/bearssl/src/x509/
H A Dskey_decoder.c350 int32_t t0off; in br_skey_decoder_run() local
372 t0off = t0_parse7E_signed(&ip); in br_skey_decoder_run()
373 ip += t0off; in br_skey_decoder_run()
376 t0off = t0_parse7E_signed(&ip); in br_skey_decoder_run()
378 ip += t0off; in br_skey_decoder_run()
382 t0off = t0_parse7E_signed(&ip); in br_skey_decoder_run()
384 ip += t0off; in br_skey_decoder_run()
H A Dx509_decoder.c437 int32_t t0off; in br_x509_decoder_run() local
459 t0off = t0_parse7E_signed(&ip); in br_x509_decoder_run()
460 ip += t0off; in br_x509_decoder_run()
463 t0off = t0_parse7E_signed(&ip); in br_x509_decoder_run()
465 ip += t0off; in br_x509_decoder_run()
469 t0off = t0_parse7E_signed(&ip); in br_x509_decoder_run()
471 ip += t0off; in br_x509_decoder_run()
H A Dx509_minimal.c936 int32_t t0off; in br_x509_minimal_run() local
958 t0off = t0_parse7E_signed(&ip); in br_x509_minimal_run()
959 ip += t0off; in br_x509_minimal_run()
962 t0off = t0_parse7E_signed(&ip); in br_x509_minimal_run()
964 ip += t0off; in br_x509_minimal_run()
968 t0off = t0_parse7E_signed(&ip); in br_x509_minimal_run()
970 ip += t0off; in br_x509_minimal_run()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c964 int32_t t0off; in br_ssl_hs_client_run() local
986 t0off = t0_parse7E_signed(&ip); in br_ssl_hs_client_run()
987 ip += t0off; in br_ssl_hs_client_run()
990 t0off = t0_parse7E_signed(&ip); in br_ssl_hs_client_run()
992 ip += t0off; in br_ssl_hs_client_run()
996 t0off = t0_parse7E_signed(&ip); in br_ssl_hs_client_run()
998 ip += t0off; in br_ssl_hs_client_run()
H A Dssl_hs_server.c1015 int32_t t0off; in br_ssl_hs_server_run() local
1037 t0off = t0_parse7E_signed(&ip); in br_ssl_hs_server_run()
1038 ip += t0off; in br_ssl_hs_server_run()
1041 t0off = t0_parse7E_signed(&ip); in br_ssl_hs_server_run()
1043 ip += t0off; in br_ssl_hs_server_run()
1047 t0off = t0_parse7E_signed(&ip); in br_ssl_hs_server_run()
1049 ip += t0off; in br_ssl_hs_server_run()