Searched refs:UTF8_putc (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | a_utf8.c | 93 int UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc() function
|
A D | a_mbstr.c | 262 len = UTF8_putc(NULL, -1, value); in out_utf8() 347 ret = UTF8_putc(*p, 0xff, value); in cpy_utf8()
|
A D | a_strex.c | 207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
|
/openssl-master/crypto/pkcs12/ |
A D | p12_utl.c | 178 return UTF8_putc((unsigned char *)str, len > 4 ? 4 : len, utf32chr); in bmp_to_utf8()
|
/openssl-master/util/ |
A D | missingcrypto.txt | 1140 UTF8_putc(3)
|
A D | missingcrypto111.txt | 1390 UTF8_putc(3)
|
A D | libcrypto.num | 2253 UTF8_putc 2302 3_0_0 EXIST::FUNCTION:
|
/openssl-master/include/openssl/ |
A D | asn1.h.in | 651 int UTF8_putc(unsigned char *str, int len, unsigned long value);
|
/openssl-master/ |
A D | CHANGES.md | 16931 * New functions UTF8_getc() and UTF8_putc() that parse and generate
|
Completed in 49 milliseconds