Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 6 of 6) sorted by relevance

/openssl/include/crypto/
H A Ddso_conf.h.in21 my $scheme = $disabled{dso} ? undef : uc $target{dso_scheme};
/openssl/test/
H A Dtest_test.c453 unsigned char uc = 22; in test_single_eval() local
477 && TEST_uchar_eq(22, uc++) in test_single_eval()
478 && TEST_uchar_eq(uc /= 2, 11) in test_single_eval()
/openssl/apps/
H A Ds_server.c429 unsigned char uc; in ssl_servername_cb() local
432 while ((uc = *cp++) != 0) in ssl_servername_cb()
434 (((uc) & ~127) == 0) && isprint(uc) ? "%c" : "\\x%02x", uc); in ssl_servername_cb()
/openssl/Configurations/
H A Ddescrip.mms.tmpl477 …$(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_).".EX…
480 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEASSIGN ".uc($_) } @shlibs) || "!" -}
H A Dunix-Makefile.tmpl1564 my $name = uc basename($args{src}, ".$section");
/openssl/crypto/ec/
H A Dcurve25519.c2064 uint8_t uc = c; in equal() local
2065 uint8_t x = ub ^ uc; /* 0: yes; 1..255: no */ in equal()

Completed in 41 milliseconds