Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBIO_f_md.pod101 int rdlen;
111 rdlen = BIO_read(bio, buf, sizeof(buf));
113 } while (rdlen > 0);
/openssl/crypto/asn1/
H A Dasn1_gen.c581 long rdlen; in asn1_str2type() local
695 if ((rdata = OPENSSL_hexstr2buf(str, &rdlen)) == NULL) { in asn1_str2type()
700 atmp->value.asn1_string->length = rdlen; in asn1_str2type()

Completed in 6 milliseconds