Home
last modified time | relevance | path

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

/crypto/asn1/
A Dasn1_lib.c440 size_t length = 0, sep_len; in ossl_sk_ASN1_UTF8STRING2text() local
446 sep_len = strlen(sep); in ossl_sk_ASN1_UTF8STRING2text()
451 length += sep_len; in ossl_sk_ASN1_UTF8STRING2text()
463 if (i > 0 && sep_len > 0) { in ossl_sk_ASN1_UTF8STRING2text()
464 strncpy(p, sep, sep_len + 1); /* using + 1 to silence gcc warning */ in ossl_sk_ASN1_UTF8STRING2text()
465 p += sep_len; in ossl_sk_ASN1_UTF8STRING2text()

Completed in 3 milliseconds