Home
last modified time | relevance | path

Searched refs:json (Results 1 – 16 of 16) sorted by relevance

/openssl/ssl/quic/
H A Djson_enc.c127 if (json->stack == json->stack_small) in json_ensure_stack_size()
146 if (json->stack_end_byte >= json->stack_bytes) { in json_push()
159 json->stack[json->stack_end_byte] |= (v << json->stack_end_bit); in json_push()
161 json->stack[json->stack_end_byte] &= ~(1U << json->stack_end_bit); in json_push()
163 json->stack_end_bit = (json->stack_end_bit + 1) % CHAR_BIT; in json_push()
176 if (json->stack_end_byte == 0 && json->stack_end_bit == 0) in json_pop()
239 memset(json, 0, sizeof(*json)); in ossl_json_init()
253 if (json->stack != json->stack_small) in ossl_json_cleanup()
302 json->error = 1; in json_raise_error()
310 json_indent(json); in json_undefer()
[all …]
H A Dqlog.c42 OSSL_JSON_ENC json; member
271 ossl_json_key(&qlog->json, key); in write_str_once()
272 ossl_json_str(&qlog->json, *p); in write_str_once()
357 ossl_json_object_end(&qlog->json); in qlog_event_seq_header()
377 ossl_json_object_end(&qlog->json); in qlog_event_epilogue()
392 ossl_json_object_end(&qlog->json); in qlog_event_epilogue()
441 ossl_json_object_end(&qlog->json); in ossl_qlog_group_end()
454 ossl_json_array_end(&qlog->json); in ossl_qlog_array_end()
467 ossl_json_str(&qlog->json, value); in ossl_qlog_str()
484 ossl_json_u64(&qlog->json, value); in ossl_qlog_u64()
[all …]
/openssl/include/internal/
H A Djson_enc.h78 void ossl_json_cleanup(OSSL_JSON_ENC *json);
96 int ossl_json_reset(OSSL_JSON_ENC *json);
107 int ossl_json_flush(OSSL_JSON_ENC *json);
117 int ossl_json_flush_cleanup(OSSL_JSON_ENC *json);
147 int ossl_json_in_error(OSSL_JSON_ENC *json);
176 void ossl_json_object_begin(OSSL_JSON_ENC *json);
179 void ossl_json_object_end(OSSL_JSON_ENC *json);
182 void ossl_json_array_begin(OSSL_JSON_ENC *json);
185 void ossl_json_array_end(OSSL_JSON_ENC *json);
194 void ossl_json_null(OSSL_JSON_ENC *json);
[all …]
/openssl/.github/workflows/
H A Drun_quic_interop.yml33 }' ./implementations.json > ./implementations.tmp
34 mv ./implementations.tmp implementations.json
H A Ddeploy-docs-openssl-org.yml19 RUN_ID=$(gh run list -w deploy-site.yaml -L 1 --json databaseId -q ".[0].databaseId")
H A Dstyle-checks.yml45 …SKIP_TEST=$(gh pr view $PR_NUMBER --json labels --jq '.labels[] | select(.name == "style: waived")…
/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dtls-fuzzer-cert.sh5 …SERV|g" -e "s/@PORT@/$PORT/g" -e "s/@PRIORITY@/$PRIORITY/g" ${TESTDATADIR}/cert.json.in >${TMPFILE}
/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py9 import sys, os, os.path, glob, json, re
33 objs.append(json.loads(line))
/openssl/external/perl/Text-Template-1.56/
H A DMANIFEST6 META.json
H A DSIGNATURE21 SHA1 ea82a70dfcffe05202868dfe02826aaf1f6e0229 META.json
/openssl/doc/designs/quic-design/
H A Dqlog.md10 The API for the JSON encoder is detailed in [a separate document](json-encoder.md).
/openssl/
H A D.gitignore263 compile_commands.json
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_kbkdf_kmac.txt16 # Test vectors taken from a ACVP test data related to 108r1_kmac_req.json and 108r1_kmac_exp.json f…
H A Devpkdf_ss.txt1157 # Test vectors extracted from https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-fil…
/openssl/providers/fips/
H A Dself_test_data.inc255 * https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ACVP-TDES-ECB-1.0
/openssl/test/
H A Dacvp_test.inc240 * https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/EDDSA-KeyVer-1.0

Completed in 40 milliseconds