HomeSort by relevance Sort by last modified time
    Searched refs:UTF8_putc (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/asn1/
a_mbstr.c 298 *outlen += UTF8_putc(NULL, -1, value);
371 ret = UTF8_putc(*p, 0xff, value);
a_utf8.c 154 int UTF8_putc(unsigned char *str, int len, unsigned long value)
  /external/boringssl/src/crypto/x509/
a_strex.c 204 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
  /external/boringssl/src/include/openssl/
asn1.h 820 OPENSSL_EXPORT int UTF8_putc(unsigned char *str, int len, unsigned long value);
    [all...]

Completed in 397 milliseconds