Searched refs:algos (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/
H A DMakefile8 obj-y += busses/ chips/ algos/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dfips.c452 static int algos[] =
464 for (idx=0; algos[idx]; idx++)
466 err = _gcry_cipher_selftest (algos[idx], extended, reporter);
467 reporter ("cipher", algos[idx], NULL,
481 static int algos[] =
494 for (idx=0; algos[idx]; idx++)
496 err = _gcry_md_selftest (algos[idx], extended, reporter);
497 reporter ("digest", algos[idx], NULL,
510 static int algos[] =
523 for (idx=0; algos[id
449 static int algos[] = local
478 static int algos[] = local
507 static int algos[] = local
537 static int algos[] = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbasic.c1461 static int algos[] = { local
1509 for (i = 0; algos[i]; i++)
1511 if (gcry_cipher_test_algo (algos[i]) && in_fips_mode)
1515 algos[i]);
1520 gcry_cipher_algo_name (algos[i]),
1521 gcry_cipher_map_name (gcry_cipher_algo_name (algos[i])));
1523 check_one_cipher (algos[i], GCRY_CIPHER_MODE_ECB, 0);
1524 check_one_cipher (algos[i], GCRY_CIPHER_MODE_CFB, 0);
1525 check_one_cipher (algos[i], GCRY_CIPHER_MODE_OFB, 0);
1526 check_one_cipher (algos[
1636 static struct algos struct
1641 } algos[] = local
1950 static struct algos struct
1956 } algos[] = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddct-test.c92 struct algo algos[] = { variable in typeref:struct:algo
596 for (i=0;algos[i].name;i++)
597 if (algos[i].is_idct == test_idct && !(~cpu_flags & algos[i].mm_support)) {
598 dct_error (algos[i].name, algos[i].is_idct, algos[i].func, algos[i].ref, algos[i].format, test);

Completed in 88 milliseconds