OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algos
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm
62
my ($name, $prgr, @
algos
) = @_;
66
if (scalar(disabled(@
algos
))) {
67
if (scalar(@
algos
) == 1) {
68
plan skip_all => $
algos
[0]." is not supported by this OpenSSL build";
70
my $last = pop @
algos
;
71
plan skip_all => join(", ", @
algos
)." and $last are not supported by this OpenSSL build";
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm
62
my ($name, $prgr, @
algos
) = @_;
66
if (scalar(disabled(@
algos
))) {
67
if (scalar(@
algos
) == 1) {
68
plan skip_all => $
algos
[0]." is not supported by this OpenSSL build";
70
my $last = pop @
algos
;
71
plan skip_all => join(", ", @
algos
)." and $last are not supported by this OpenSSL build";
/src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Simple.pm
62
my ($name, $prgr, @
algos
) = @_;
66
if (scalar(disabled(@
algos
))) {
67
if (scalar(@
algos
) == 1) {
68
plan skip_all => $
algos
[0]." is not supported by this OpenSSL build";
70
my $last = pop @
algos
;
71
plan skip_all => join(", ", @
algos
)." and $last are not supported by this OpenSSL build";
/src/sys/netinet/
portalgo.c
118
static const portalgo_algorithm_t
algos
[] = {
variable
145
#define NALGOS __arraycount(
algos
)
810
error = (*
algos
[algo].func)(algo, &lport, inp, cred);
834
if (strcmp(
algos
[ai].name, name) == 0) {
870
strlcpy(newalgo,
algos
[*algo].name, sizeof(newalgo));
881
strncmp(newalgo,
algos
[*algo].name, sizeof(newalgo)) == 0)
974
len = strlcat(availalgo,
algos
[ai].name, sizeof(availalgo));
979
DPRINTF("available
algos
: %s\n", availalgo);
/src/external/mpl/bind/dist/bin/tests/system/cds/
setup.sh
136
| sign bad-
algos
tests.sh
174
testcase 1 $CDS -s -7200 -f sig.bad-
algos
-d DS.1 $Z
/src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c
3225
* We check for certain
algos
in the null provider.
3551
static const char *
algos
[4] = {
local
3560
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx,
algos
[idx], testpropq))
/src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c
4276
* We check for certain
algos
in the null provider.
4621
static const char *
algos
[4] = {
local
4630
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx,
algos
[idx], testpropq))
Completed in 57 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026