Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Da_utf8.c93 int UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc() function
A Da_mbstr.c262 len = UTF8_putc(NULL, -1, value); in out_utf8()
347 ret = UTF8_putc(*p, 0xff, value); in cpy_utf8()
A Da_strex.c207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
/openssl-master/crypto/pkcs12/
A Dp12_utl.c178 return UTF8_putc((unsigned char *)str, len > 4 ? 4 : len, utf32chr); in bmp_to_utf8()
/openssl-master/util/
A Dmissingcrypto.txt1140 UTF8_putc(3)
A Dmissingcrypto111.txt1390 UTF8_putc(3)
A Dlibcrypto.num2253 UTF8_putc 2302 3_0_0 EXIST::FUNCTION:
/openssl-master/include/openssl/
A Dasn1.h.in651 int UTF8_putc(unsigned char *str, int len, unsigned long value);
/openssl-master/
A DCHANGES.md16931 * New functions UTF8_getc() and UTF8_putc() that parse and generate

Completed in 49 milliseconds