Searched refs:noticenos (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_cpols.c130 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
334 ret = nref_nos(nref->noticenos, nos);
346 (!not->noticeref->noticenos || !not->noticeref->organization)) {
442 sk_ASN1_INTEGER_num(ref->noticenos) > 1 ? "s" : "");
443 for (i = 0; i < sk_ASN1_INTEGER_num(ref->noticenos); i++) {
446 num = sk_ASN1_INTEGER_value(ref->noticenos, i);
H A Dx509v3.h261 STACK_OF(ASN1_INTEGER) *noticenos; member in struct:NOTICEREF_st

Completed in 63 milliseconds