Searched refs:netpgp_match_keys_json (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/hkpd/ |
H A D | hkpd.c | 293 if (netpgp_match_keys_json(netpgp, &cp, search, "human", 1)) { in hkpd() 307 if (netpgp_match_keys_json(netpgp, &cp, search, "human", 0)) { in hkpd()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/include/ |
H A D | netpgp.h | 97 int netpgp_match_keys_json(netpgp_t *, char **, char *, const char *, const int);
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/ |
H A D | netpgpkeys.c | 183 if (netpgp_match_keys_json(netpgp, &json, f, in match_keys()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | netpgp.c | 1055 netpgp_match_keys_json(netpgp_t *netpgp, char **json, char *name, const char *fmt, const int psigs) in netpgp_match_keys_json() function
|