Home
last modified time | relevance | path

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

/crypto/asn1/
A Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
38 offset, depth, (long)hl, len, p) <= 0) in asn1_print_info()
42 offset, depth, (long)hl, p) <= 0) in asn1_print_info()
100 int nl, hl, j, r; in asn1_parse2() local
123 hl = (int)(p - op); in asn1_parse2()
124 length -= hl; in asn1_parse2()
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2()
209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
265 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl); in asn1_parse2()
291 ae = d2i_ASN1_ENUMERATED(NULL, &opp, len + hl); in asn1_parse2()
[all …]
/crypto/bio/
A Dbio_addr.c508 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
515 hl = p - h; in BIO_parse_hostserv()
544 hl = p - h; in BIO_parse_hostserv()
549 hl = strlen(h); in BIO_parse_hostserv()
560 if (hl == 0 in BIO_parse_hostserv()
561 || (hl == 1 && h[0] == '*')) { in BIO_parse_hostserv()
564 *host = OPENSSL_strndup(h, hl); in BIO_parse_hostserv()

Completed in 9 milliseconds