Searched refs:rdlen (Results 1 – 2 of 2) sorted by relevance
101 int rdlen;111 rdlen = BIO_read(bio, buf, sizeof(buf));113 } while (rdlen > 0);
581 long rdlen; in asn1_str2type() local695 if ((rdata = OPENSSL_hexstr2buf(str, &rdlen)) == NULL) { in asn1_str2type()700 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
Completed in 12 milliseconds