Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.sbin/rpki-client/
H A Dtest-gbr.c75 if ((p = gbr_parse(&xp, argv[i], -1, buf, len)) == NULL) { in main()
/openbsd-src/usr.sbin/rpki-client/
H A Dgbr.c35 gbr_parse(X509 **x509, const char *fn, int talid, const unsigned char *der, in gbr_parse() function
H A Dfilemode.c446 gbr = gbr_parse(&x509, file, -1, buf, len); in proc_parser_file()
H A Dextern.h718 struct gbr *gbr_parse(X509 **, const char *, int, const unsigned char *,
H A Dparser.c718 if ((gbr = gbr_parse(&x509, file, entp->talid, der, len)) == NULL) in proc_parser_gbr()