Home
last modified time | relevance | path

Searched defs:decode_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/util/support/
H A Djson.c705 struct decode_ctx { struct
710 static int parse_value(struct decode_ctx *ctx, k5_json_value *val_out); argument
/freebsd/crypto/openssl/test/
H A Devp_test.c3387 EVP_ENCODE_CTX *decode_ctx = NULL, *encode_ctx = NULL; in encode_test_run() local