Searched refs:noct (Results 1 – 4 of 4) sorted by relevance
492 uint32_t noct = elem->asnlen % ASN_BIT8; in asn1_parse() local494 if (len < noct) { in asn1_parse()495 ND_PRINT("[asnlen? %d<%d]", len, noct); in asn1_parse()498 ND_TCHECK_LEN(p, noct); in asn1_parse()499 for (; noct != 0; len--, hdr++, noct--) { in asn1_parse()
902 u_char *noct; in parse_syntax_octetstring() local933 noct = realloc(value->v.octetstring.octets, alloc); in parse_syntax_octetstring()934 if (noct == NULL) in parse_syntax_octetstring()936 value->v.octetstring.octets = noct; in parse_syntax_octetstring()
109 [B<-noct>]728 =item B<-ct>, B<-noct>731 is enabled (B<-ct>) or disabled (B<-noct>).
5337 * New -noct, -requestct, -requirect and -ctlogfile options for s_client.