Searched refs:ossl_json_init (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/include/internal/ |
| H A D | json_enc.h | 70 int ossl_json_init(OSSL_JSON_ENC *json, BIO *bio, uint32_t flags);
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | json-encoder.md | 22 if (!ossl_json_init(&z, b, 0))
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | json_enc.c | 236 int ossl_json_init(OSSL_JSON_ENC *json, BIO *bio, uint32_t flags) in ossl_json_init() function
|
| H A D | qlog.c | 86 if (!ossl_json_init(&qlog->json, NULL, in ossl_qlog_new()
|
| /freebsd/crypto/openssl/test/ |
| H A D | json_test.c | 31 if (!ossl_json_init(&h->j, h->mem_bio, h->flags)) { in helper_ensure()
|