Searched refs:UTF8_getc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_utl.c | 88 j = UTF8_getc((const unsigned char *)asc + i, asclen - i, &utf32chr); in OPENSSL_utf82uni() 124 j = UTF8_getc((const unsigned char *)asc + i, asclen - i, &utf32chr); in OPENSSL_utf82uni()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_utf8.c | 28 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) in UTF8_getc() function
|
| H A D | a_mbstr.c | 267 ret = UTF8_getc(p, len, &value); in traverse_string()
|
| H A D | a_strex.c | 188 i = UTF8_getc(p, buflen, &c); in do_buf()
|
| /freebsd/crypto/openssl/test/ |
| H A D | asn1_internal_test.c | 199 if (!TEST_int_lt(UTF8_getc(inv_utf8, sizeof(inv_utf8), &val), 0)) in test_invalid_utf8()
|
| /freebsd/crypto/openssl/util/ |
| H A D | missingcrypto.txt | 1016 UTF8_getc(3)
|
| H A D | missingcrypto111.txt | 1384 UTF8_getc(3)
|
| H A D | libcrypto.num | 1933 UTF8_getc 1980 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 787 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
|
| H A D | asn1.h.in | 644 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 2823 UTF8_getc;
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 20236 * New functions UTF8_getc() and UTF8_putc() that parse and generate
|