Home
last modified time | relevance | path

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

/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dfindkey.c1199 membuf_t format_mb; in agent_public_key_from_file() local
1244 init_membuf (&format_mb, 256); in agent_public_key_from_file()
1246 put_membuf_printf (&format_mb, "(public-key(%s%%S%%S", algoname); in agent_public_key_from_file()
1251 put_membuf_printf (&format_mb, "(%c %%m)", *s++); in agent_public_key_from_file()
1255 put_membuf_str (&format_mb, ")"); in agent_public_key_from_file()
1258 put_membuf_str (&format_mb, "(uri %b)"); in agent_public_key_from_file()
1266 put_membuf_str (&format_mb, "(comment %b)"); in agent_public_key_from_file()
1272 put_membuf (&format_mb, ")", 2); in agent_public_key_from_file()
1276 format = get_membuf (&format_mb, NULL); in agent_public_key_from_file()