Searched refs:UTF8_getc (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/crypto/pkcs12/ |
D | p12_utl.c | 90 j = UTF8_getc((const unsigned char *)asc+i, asclen-i, &utf32chr); in OPENSSL_utf82uni() 128 j = UTF8_getc((const unsigned char *)asc+i, asclen-i, &utf32chr); in OPENSSL_utf82uni()
|
/third_party/openssl/crypto/asn1/ |
D | a_utf8.c | 28 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) in UTF8_getc() function
|
D | a_mbstr.c | 226 ret = UTF8_getc(p, len, &value); in traverse_string()
|
D | a_strex.c | 193 i = UTF8_getc(p, buflen, &c); in do_buf()
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 1129 UTF8_getc(3)
|
D | missingcrypto111.txt | 1389 UTF8_getc(3)
|
D | libcrypto.num | 1933 UTF8_getc 1980 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | asn1.h | 609 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
|
/third_party/openssl/include/openssl/ |
D | asn1.h.in | 650 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
|
/third_party/openssl/ |
D | CHANGES.md | 17495 * New functions UTF8_getc() and UTF8_putc() that parse and generate
|