Searched refs:DIM (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dt-kdf.c32 #ifndef DIM
33 # define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
832 for (tvidx=0; tvidx < DIM(tv); tvidx++)
927 for (tvidx=0; tvidx < DIM(tv); tvidx++)
H A Dpkcs1v2.c43 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
44 #define DIMof(type,member) DIM(((type *)0)->member)
167 for (tno = 0; tno < DIM (tbl); tno++)
196 for (mno = 0; mno < DIM (tbl[0].m); mno++)
289 for (tno = 0; tno < DIM (tbl); tno++)
318 for (mno = 0; mno < DIM (tbl[0].m); mno++)
411 for (tno = 0; tno < DIM (tbl); tno++)
440 for (mno = 0; mno < DIM (tbl[0].m); mno++)
533 for (tno = 0; tno < DIM (tbl); tno++)
562 for (mno = 0; mno < DIM (tb
[all...]
H A Dfips186-dsa.c43 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
44 #define DIMof(type,member) DIM(((type *)0)->member)
375 for (tno = 0; tno < DIM (tbl); tno++)
H A Drsacvt.c73 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
74 #define DIMof(type,member) DIM(((type *)0)->member)
H A Dbenchmark.c251 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
252 #define DIMof(type,member) DIM(((type *)0)->member)
748 for (testno=0; testno < DIM (p_sizes); testno++)
897 for (i=0; i < DIM (q_sizes); i++)
952 for (i=0; i < DIM (q_sizes); i++)
972 for (testno=0; testno < DIM (p_sizes); testno++)
H A Dfipsdrv.c56 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
57 #define DIMof(type,member) DIM(((type *)0)->member)
1453 for (idx=0; idx < DIM(keyparms); idx++)
1487 for (idx=0; idx < DIM(keyparms); idx++)
1503 for (idx=0; idx < DIM(keyparms); idx++)
1514 for (idx=0; idx < DIM(keyparms); idx++)
H A Dbasic.c31 #ifndef DIM
32 # define DIM(v) (sizeof(v)/sizeof((v)[0])) macro
1260 for (i = 0; i < DIM (tv); i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h81 #define DIM(v) (sizeof(v)/sizeof((v)[0]))
82 #define DIMof(type,member) DIM(((type *)0)->member)
80 #define DIM macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhmac-tests.c258 tv[tvidx].expect, DIM (tv[tvidx].expect) );
376 tv[tvidx].expect, DIM (tv[tvidx].expect) );
394 if (dlen != DIM (tv[tvidx].expect)
395 || memcmp (digest, tv[tvidx].expect, DIM (tv[tvidx].expect)))
526 tv[tvidx].expect, DIM (tv[tvidx].expect) );
664 tv[tvidx].expect, DIM (tv[tvidx].expect) );
H A Dac.c1318 for (i = 0; i < DIM (ac_flags); i++)
1338 for (i = 0; i < DIM (ac_flags); i++)
1570 for (i = 0; i < DIM (ac_key_generate_specs); i++)
1586 for (i = 0; i < DIM (ac_key_generate_specs); i++)
1597 for (i = 0; i < DIM (ac_key_generate_specs); i++)
1612 for (j = 2, i = 0; i < DIM (ac_key_generate_specs); i++)
2407 asn_n = DIM (asn);
2810 for (i = 0; i < DIM (ac_schemes); i++)
2813 if (i == DIM (ac_schemes))
H A Dsha256.c538 "SHA224", asn224, DIM (asn224), oid_spec_sha224, 28,
549 "SHA256", asn256, DIM (asn256), oid_spec_sha256, 32,
H A Dsha512.c596 "SHA512", sha512_asn, DIM (sha512_asn), oid_spec_sha512, 64,
624 "SHA384", sha384_asn, DIM (sha384_asn), oid_spec_sha384, 48,
H A Dmd4.c323 "MD4", asn, DIM (asn), oid_spec_md4,16,
H A Dmd5.c351 "MD5", asn, DIM (asn), oid_spec_md5, 16,
H A Dpubkey.c1073 asnlen = DIM(asn);
1906 for (idx = 0; idx < DIM(params); idx++)
1922 for (idx = 0; idx < DIM(params); idx++)
3475 if (strlen (sec_elems) >= DIM(skey))
3488 if ( !s || n >= DIM (buf) - 1 )
3511 if (!s || n >= DIM (buf) - 1 )
3550 if (nelem > DIM (mpis))
3611 while (nelem < DIM (mpis))
3642 gcry_assert (DIM (mpis) == 30); /* Reminder to make sure that
H A Drijndael.c1852 for (tvi=0; tvi < DIM (tv); tvi++)
1855 if (tvi == DIM (tv))
1874 for (idx=0; idx < DIM (tv[tvi].data); idx++)
H A Dsha1.c472 "SHA1", asn, DIM (asn), oid_spec_sha1, 20,
H A Ddsa.c726 if (!s || n >= DIM (buf) - 1 )
H A Dmd.c1212 snprintf (buf, DIM(buf)-1, "dbgmd-%05d.%.10s", idx, suffix );
H A Drmd160.c568 "RIPEMD160", asn, DIM (asn), oid_spec_rmd160, 20,
H A Decc.c1154 if (idx >= 0 && idx < DIM (domain_parms))
H A Dprimegen.c129 static int no_of_small_prime_numbers = DIM (small_prime_numbers) - 1;
H A Dtiger.c898 "TIGER", asn1, DIM (asn1), oid_spec_tiger1, 24,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dec.c280 for (i=0; i< DIM(ctx->scratch); i++)
323 for (i=0; i< DIM(ctx->scratch); i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c913 for (tvidx=0; tvidx < DIM (tv); tvidx++)

Completed in 152 milliseconds