Searched refs:mbflag (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 608 int mbflag, type, ret; in ASN1_STRING_to_UTF8() local 614 mbflag = tag2nbyte[type]; in ASN1_STRING_to_UTF8() 615 if (mbflag == -1) in ASN1_STRING_to_UTF8() 617 mbflag |= MBSTRING_FLAG; in ASN1_STRING_to_UTF8() 622 ASN1_mbstring_copy(&str, in->data, in->length, mbflag, in ASN1_STRING_to_UTF8()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 611 int mbflag, type, ret; in ASN1_STRING_to_UTF8() local 617 mbflag = tag2nbyte[type]; in ASN1_STRING_to_UTF8() 618 if (mbflag == -1) in ASN1_STRING_to_UTF8() 620 mbflag |= MBSTRING_FLAG; in ASN1_STRING_to_UTF8() 625 ASN1_mbstring_copy(&str, in->data, in->length, mbflag, in ASN1_STRING_to_UTF8()
|
Completed in 2 milliseconds