Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dasn1_internal_test.c284 if (!TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALSTRING, 0, 0), -1) in test_mbstring_ncopy()
285 … || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VISIBLESTRING, 0, 0), -1) in test_mbstring_ncopy()
286 … || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VIDEOTEXSTRING, 0, 0), -1) in test_mbstring_ncopy()
287 … || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALIZEDTIME, 0, 0), -1)) in test_mbstring_ncopy()
/src/crypto/openssl/crypto/asn1/
H A Da_mbstr.c39 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); in ASN1_mbstring_copy()
42 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_ncopy() function
H A Da_strnid.c95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, in ASN1_STRING_set_by_NID()
/src/crypto/openssl/util/
H A Dmissingcrypto.txt153 ASN1_mbstring_ncopy(3)
H A Dmissingcrypto111.txt173 ASN1_mbstring_ncopy(3)
H A Dlibcrypto.num3628 ASN1_mbstring_ncopy 3711 3_0_0 EXIST::FUNCTION:
/src/crypto/openssl/include/openssl/
H A Dasn1.h1005 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
H A Dasn1.h.in838 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
/src/secure/lib/libcrypto/
H A DVersion.map202 ASN1_mbstring_ncopy;