Home
last modified time | relevance | path

Searched refs:jsosigner (Results 1 – 2 of 2) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp7395 json_object *jsosigner = NULL; in add_json_subsig() local
7398 jsosigner = json_object_new_object(); in add_json_subsig()
7399 if (!jsosigner) { in add_json_subsig()
7407 if (!add_json_string_field(jsosigner, "keyid", keyid)) { in add_json_subsig()
7408 json_object_put(jsosigner); in add_json_subsig()
7412 json_object_object_add(jso, "signer", jsosigner); in add_json_subsig()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp7628 json_object *jsosigner = NULL; in add_json_subsig() local
7631 jsosigner = json_object_new_object(); in add_json_subsig()
7632 if (!jsosigner) { in add_json_subsig()
7640 if (!add_json_string_field(jsosigner, "keyid", keyid)) { in add_json_subsig()
7641 json_object_put(jsosigner); in add_json_subsig()
7645 json_object_object_add(jso, "signer", jsosigner); in add_json_subsig()