Home
last modified time | relevance | path

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

/crypto/asn1/
A Da_time.cc108 const size_t out_str_capacity = in->length + 2 + 1; in ASN1_TIME_to_generalizedtime() local
111 OPENSSL_strlcpy(out_str, "19", out_str_capacity); in ASN1_TIME_to_generalizedtime()
113 OPENSSL_strlcpy(out_str, "20", out_str_capacity); in ASN1_TIME_to_generalizedtime()
115 OPENSSL_strlcat(out_str, (const char *)in->data, out_str_capacity); in ASN1_TIME_to_generalizedtime()

Completed in 2 milliseconds