Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Ddso_conf.h.in21 my $scheme = $disabled{dso} ? undef : uc $target{dso_scheme};
/openssl-master/test/
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-master/apps/
A Ds_server.c422 unsigned char uc; in ssl_servername_cb() local
425 while ((uc = *cp++) != 0) in ssl_servername_cb()
427 (((uc) & ~127) == 0) && isprint(uc) ? "%c" : "\\x%02x", uc); in ssl_servername_cb()
/openssl-master/Configurations/
A Ddescrip.mms.tmpl441 …$(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_)."\$(…
444 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEASSIGN ".uc($_) } @shlibs) || "!" -}
A Dunix-Makefile.tmpl1521 my $name = uc basename($args{src}, ".$section");
/openssl-master/crypto/ec/
A Dcurve25519.c2069 uint8_t uc = c; in equal() local
2070 uint8_t x = ub ^ uc; /* 0: yes; 1..255: no */ in equal()

Completed in 22 milliseconds