Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Dasn1_lib.c437 size_t length = 0, sep_len; in ossl_sk_ASN1_UTF8STRING2text() local
443 sep_len = strlen(sep); in ossl_sk_ASN1_UTF8STRING2text()
448 length += sep_len; in ossl_sk_ASN1_UTF8STRING2text()
460 if (i > 0 && sep_len > 0) { in ossl_sk_ASN1_UTF8STRING2text()
461 strncpy(p, sep, sep_len + 1); /* using + 1 to silence gcc warning */ in ossl_sk_ASN1_UTF8STRING2text()
462 p += sep_len; in ossl_sk_ASN1_UTF8STRING2text()

Completed in 3 milliseconds