Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/rpki-client/
H A Dgbr.c34 struct gbr *
38 struct gbr *gbr; in gbr_parse() local
48 if ((gbr = calloc(1, sizeof(*gbr))) == NULL) in gbr_parse()
50 gbr->signtime = signtime; in gbr_parse()
51 if ((gbr->vcard = strndup(cms, cmsz)) == NULL) in gbr_parse()
55 if (!x509_get_aia(*x509, fn, &gbr->aia)) in gbr_parse()
57 if (!x509_get_aki(*x509, fn, &gbr->aki)) in gbr_parse()
59 if (!x509_get_sia(*x509, fn, &gbr->sia)) in gbr_parse()
61 if (!x509_get_ski(*x509, fn, &gbr->ski)) in gbr_parse()
63 if (gbr->aia == NULL || gbr->aki == NULL || gbr->sia == NULL || in gbr_parse()
[all …]
H A Dparser.c708 static struct gbr * in proc_parser_gbr()
712 struct gbr *gbr; in proc_parser_gbr()
718 if ((gbr = gbr_parse(&x509, file, entp->talid, der, len)) == NULL) in proc_parser_gbr()
721 a = find_issuer(file, entp->certid, gbr->aki, entp->mftaki); in proc_parser_gbr()
733 gbr->talid = a->cert->talid; in proc_parser_aspa()
735 return gbr; in proc_parser_aspa()
738 gbr_free(gbr); in proc_parser_aspa()
860 struct gbr *gbr; in parse_entity()
698 struct gbr *gbr; proc_parser_gbr() local
841 struct gbr *gbr; parse_entity() local
[all...]
H A Dfilemode.c346 struct gbr *gbr = NULL; in proc_parser_file()
446 gbr = gbr_parse(&x509, file, -1, buf, len); in proc_parser_file()
447 if (gbr == NULL) in proc_parser_file()
449 aia = gbr->aia; in proc_parser_file()
450 expires = &gbr->expires; in proc_parser_file()
451 notbefore = &gbr->notbefore; in proc_parser_file()
452 notafter = &gbr->notafter; in proc_parser_file()
582 gbr_print(x509, gbr); in proc_parser_file()
665 gbr_free(gbr); in parse_file()
344 struct gbr *gbr = NULL; proc_parser_file() local
[all...]
H A Dextern.h372 struct gbr { argument
717 void gbr_free(struct gbr *);
718 struct gbr *gbr_parse(X509 **, const char *, int, const unsigned char *,
947 void gbr_print(const X509 *, const struct gbr *);
369 struct gbr { global() struct
370 vcardgbr global() argument
371 aiagbr global() argument
373 siagbr global() argument
374 skigbr global() argument
375 signtimegbr global() argument
376 notbeforegbr global() argument
377 notaftergbr global() argument
378 expiresgbr global() argument
379 talidgbr global() argument
H A DMakefile5 gbr.c geofeed.c http.c io.c ip.c json.c main.c mft.c mkdir.c ometric.c \
H A Dprint.c620 gbr_print(const X509 *x, const struct gbr *p) in spl_print()
623 json_do_string("type", "gbr"); in spl_print()
/openbsd-src/regress/usr.sbin/rpki-client/
H A DMakefile.inc7 PROGS += test-gbr
64 SRCS_test-gbr+= test-gbr.c gbr.c cms.c crl.c x509.c ip.c io.c \
67 run-regress-test-gbr: test-gbr
68 ./test-gbr -v ${.CURDIR}/../gbr/*.gbr
H A Dtest-gbr.c43 struct gbr *p; in main()
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dsh64-compact.cpu145 (name h-gbr)
285 (dshcop gbr "Global base register" () h-gbr f-nil)
370 "and.b #$imm8, @(r0, gbr)"
373 (set addr (add r0 gbr))
926 "ldc $rn, gbr"
928 (set gbr rn))
932 "ldc.l @${rn}+, gbr"
935 (set gbr (mem SI rn))
1098 "mov.b r0, @($imm8, gbr)"
1101 (set addr (add gbr imm8))
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/regformats/
H A Dreg-sh.dat21 32:gbr
/openbsd-src/sys/arch/sh/include/
H A Dlocore.h92 stc.l gbr, @-r14 /* tf_gbr */ ;\
129 ldc.l @r14+, gbr /* tf_gbr */ ;\
/openbsd-src/lib/libc/arch/sh/
H A DSYS.h137 stc gbr,r1; \
/openbsd-src/sys/arch/sh/sh/
H A Ddb_interface.c554 TF(gbr); in db_frame_cmd()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-sh.texi119 @item gbr
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-sh.texi115 @item gbr
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92972864 * sh-opc.h (mov.l gbr): Get direction right.
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92972864 * sh-opc.h (mov.l gbr): Get direction right.
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.md3224 "c<xde>gbr\t%0,%1"
/openbsd-src/gnu/usr.bin/binutils/gas/po/
H A Dtr.po8198 msgid "syntax error in @(disp,[Rn, gbr, pc])"
8199 msgstr "@(disp,[Rn, gbr, pc]) içinde sözdizim hatası"
H A Dgas.pot8137 msgid "syntax error in @(disp,[Rn, gbr, pc])"
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/
H A Dtr.po9255 msgid "syntax error in @(disp,[Rn, gbr, pc])"
9256 msgstr "@(disp,[Rn, gbr, pc]) içinde sözdizim hatası"
H A Dgas.pot8816 msgid "syntax error in @(disp,[Rn, gbr, pc])"
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.md8575 "stc gbr,%0"