Searched refs:UTF8_putc (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_mbstr.c | 265 len = UTF8_putc(NULL, -1, value); in out_utf8() 350 ret = UTF8_putc(*p, 0xff, value); in cpy_utf8()
|
H A D | a_utf8.c | 93 int UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc() function
|
H A D | a_strex.c | 208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 174 return UTF8_putc((unsigned char *)str, len > 4 ? 4 : len, utf32chr); in bmp_to_utf8()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 1027 UTF8_putc(3)
|
H A D | missingcrypto111.txt | 1389 UTF8_putc(3)
|
H A D | libcrypto.num | 2253 UTF8_putc 2302 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 798 int UTF8_putc(unsigned char *str, int len, unsigned long value);
|
H A D | asn1.h.in | 655 int UTF8_putc(unsigned char *str, int len, unsigned long value);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2824 UTF8_putc;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 19169 * New functions UTF8_getc() and UTF8_putc() that parse and generate
|