Symbol: uni
crypto/heimdal/lib/hx509/name.c
261
const uint32_t *uni = ds->u.universalString.data;
crypto/heimdal/lib/hx509/name.c
265
ret = wind_ucs4utf8_length(uni, unilen, &k);
crypto/heimdal/lib/hx509/name.c
272
ret = wind_ucs4utf8(uni, unilen, ss, NULL);
crypto/openssl/crypto/aes/aes_core.c
465
uni s1;
crypto/openssl/crypto/aes/aes_core.c
466
uni s;
crypto/openssl/crypto/aes/aes_core.c
493
uni s1;
crypto/openssl/crypto/aes/aes_core.c
494
uni s;
crypto/openssl/crypto/aes/aes_core.c
603
uni prev;
crypto/openssl/crypto/pkcs12/p12_utl.c
107
return OPENSSL_asc2uni(asc, asclen, uni, unilen);
crypto/openssl/crypto/pkcs12/p12_utl.c
145
if (uni)
crypto/openssl/crypto/pkcs12/p12_utl.c
146
*uni = ret;
crypto/openssl/crypto/pkcs12/p12_utl.c
181
char *OPENSSL_uni2utf8(const unsigned char *uni, int unilen)
crypto/openssl/crypto/pkcs12/p12_utl.c
19
unsigned char **uni, int *unilen)
crypto/openssl/crypto/pkcs12/p12_utl.c
191
j = bmp_to_utf8(NULL, uni + i, unilen - i);
crypto/openssl/crypto/pkcs12/p12_utl.c
198
return OPENSSL_uni2asc(uni, unilen);
crypto/openssl/crypto/pkcs12/p12_utl.c
207
if (!unilen || (uni[unilen - 2] || uni[unilen - 1]))
crypto/openssl/crypto/pkcs12/p12_utl.c
215
j = bmp_to_utf8(asctmp + asclen, uni + i, unilen - i);
crypto/openssl/crypto/pkcs12/p12_utl.c
229
if (!unilen || (uni[unilen - 2] || uni[unilen - 1]))
crypto/openssl/crypto/pkcs12/p12_utl.c
40
if (uni)
crypto/openssl/crypto/pkcs12/p12_utl.c
41
*uni = unitmp;
crypto/openssl/crypto/pkcs12/p12_utl.c
45
char *OPENSSL_uni2asc(const unsigned char *uni, int unilen)
crypto/openssl/crypto/pkcs12/p12_utl.c
57
if (!unilen || uni[unilen - 1])
crypto/openssl/crypto/pkcs12/p12_utl.c
59
uni++;
crypto/openssl/crypto/pkcs12/p12_utl.c
63
asctmp[i >> 1] = uni[i];
crypto/openssl/crypto/pkcs12/p12_utl.c
78
unsigned char **uni, int *unilen)
crypto/openssl/include/internal/quic_stream_map.h
563
uint64_t (*get_stream_limit_cb)(int uni, void *arg);
crypto/openssl/include/internal/quic_stream_map.h
584
uint64_t (*get_stream_limit_cb)(int uni, void *arg),
crypto/openssl/include/openssl/pkcs12.h
305
unsigned char **uni, int *unilen);
crypto/openssl/include/openssl/pkcs12.h
306
char *OPENSSL_uni2asc(const unsigned char *uni, int unilen);
crypto/openssl/include/openssl/pkcs12.h
308
unsigned char **uni, int *unilen);
crypto/openssl/include/openssl/pkcs12.h
309
char *OPENSSL_uni2utf8(const unsigned char *uni, int unilen);
crypto/openssl/ssl/quic/quic_channel.c
705
static uint64_t get_stream_limit(int uni, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
709
return uni ? ch->max_local_streams_uni : ch->max_local_streams_bidi;
crypto/openssl/ssl/quic/quic_channel.c
80
static uint64_t get_stream_limit(int uni, void *arg);
crypto/openssl/ssl/quic/quic_stream_map.c
89
uint64_t (*get_stream_limit_cb)(int uni, void *arg),
sys/dev/ixl/if_ixl.c
1698
bool uni = FALSE, multi = FALSE;
sys/dev/ixl/if_ixl.c
1701
uni = multi = TRUE;
sys/dev/ixl/if_ixl.c
1707
vsi->seid, uni, NULL, true);