Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dx509.c35 ASN1_OBJECT *notify_oid; /* 1.3.6.1.5.5.7.48.13 (rpkiNotify) */ variable
71 .ptr = &notify_oid,
603 if (OBJ_cmp(oid, notify_oid) == 0) { in x509_get_sia()
H A Dcert.c35 extern ASN1_OBJECT *notify_oid; /* 1.3.6.1.5.5.7.48.13 (rpkiNotify) */
561 } else if (OBJ_cmp(oid, notify_oid) == 0) { in sbgp_sia()