Home
last modified time | relevance | path

Searched refs:mj_create (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.h55 int mj_create(mj_t */*atom*/, const char */*type*/, .../*value*/);
H A Dmj.c199 mj_create(mj_t *atom, const char *type, ...) in mj_create() function
362 mj_create(atom, "array"); in mj_parse()
373 mj_create(atom, "object"); in mj_parse()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c497 mj_create(keyjson, "object"); in pgp_sprint_mj()
512 mj_create(&sub_obj, "array"); in pgp_sprint_mj()
530 mj_create(&sub_obj, "array"); in pgp_sprint_mj()
H A Dkeyring.c1114 mj_create(obj, "array"); in pgp_keyring_json()
H A Dnetpgp.c1069 mj_create(&id_array, "array"); in netpgp_match_keys_json()