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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/
H A Dcipher_wrap.h36 #define DIM ARRAY_SIZE macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/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 Dpubkey.c888 for (idx = 0; idx < DIM(params); idx++)
904 for (idx = 0; idx < DIM(params); idx++)
1502 asnlen = DIM(asn);
2133 if (strlen (sec_elems) >= DIM(skey))
2146 if ( !s || n >= DIM (buf) - 1 )
2169 if (!s || n >= DIM (buf) - 1 )
2207 if (nelem > DIM (mpis))
2261 while (nelem < DIM (mpis))
2289 gcry_assert (DIM (mpis) == 30); /* Reminder to make sure that
H A Dsha256.c471 "SHA224", asn224, DIM (asn224), oid_spec_sha224, 28,
482 "SHA256", asn256, DIM (asn256), oid_spec_sha256, 32,
H A Dsha512.c520 "SHA512", sha512_asn, DIM (sha512_asn), oid_spec_sha512, 64,
548 "SHA384", sha384_asn, DIM (sha384_asn), oid_spec_sha384, 48,
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 Dmd4.c325 "MD4", asn, DIM (asn), oid_spec_md4,16,
H A Drijndael.c1021 for (tvi=0; tvi < DIM (tv); tvi++)
1024 if (tvi == DIM (tv))
1043 for (idx=0; idx < DIM (tv[tvi].data); idx++)
H A Dmd5.c353 "MD5", asn, DIM (asn), oid_spec_md5, 16,
H A Dsha1.c473 "SHA1", asn, DIM (asn), oid_spec_sha1, 20,
H A Ddsa.c714 if (!s || n >= DIM (buf) - 1 )
H A Dmd.c1205 snprintf (buf, DIM(buf)-1, "dbgmd-%05d.%.10s", idx, suffix );
H A Drmd160.c570 "RIPEMD160", asn, DIM (asn), oid_spec_rmd160, 20,
H A Dprimegen.c129 static int no_of_small_prime_numbers = DIM (small_prime_numbers) - 1;
H A Dtiger.c846 "TIGER192", asn, DIM (asn), oid_spec_tiger, 24,
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dsha256.c363 "SHA224", asn224, DIM (asn224), oid_spec_sha224, 28,
375 "SHA256", asn256, DIM (asn256), oid_spec_sha256, 32,
H A Dsha512.c401 "SHA512", sha512_asn, DIM (sha512_asn), oid_spec_sha512, 64,
429 "SHA384", sha384_asn, DIM (sha384_asn), oid_spec_sha384, 48,
H A Dmd4.c325 "MD4", asn, DIM (asn), oid_spec_md4,16,
H A Dmd5.c353 "MD5", asn, DIM (asn), oid_spec_md5, 16,
H A Dsha1.c402 "SHA1", asn, DIM (asn), oid_spec_sha1, 20,
H A Ddsa.c714 if (!s || n >= DIM (buf) - 1 )
H A Drmd160.c546 "RIPEMD160", asn, DIM (asn), oid_spec_rmd160, 20,
H A Dprimegen.c128 static int no_of_small_prime_numbers = DIM (small_prime_numbers) - 1;
H A Dtiger.c846 "TIGER192", asn, DIM (asn), oid_spec_tiger, 24,

Completed in 82 milliseconds