unsigned clist_size, unsigned int flags)
{
unsigned i, j;
- uint32_t hash;
+ size_t hash;
int ret;
unsigned exists;
{
int r = 0;
unsigned j, i;
- uint32_t hash;
+ size_t hash;
for (i = 0; i < clist_size; i++) {
hash =
const void *name, size_t name_size,
unsigned int flags)
{
- uint32_t hash;
+ size_t hash;
if (name_size >= MAX_SERVER_NAME_SIZE)
return gnutls_assert_val(GNUTLS_E_INVALID_REQUEST);
int ret;
unsigned x, i, j = 0;
unsigned int vret = 0;
- uint32_t hash;
+ size_t hash;
gnutls_x509_crl_t *tmp;
/* Probably we can optimize things such as removing duplicates
unsigned int clist_size)
{
unsigned int j, i;
- uint32_t hash;
+ size_t hash;
if (clist_size > 1) {
/* Check if the last certificate in the path is self signed.
{
int ret;
unsigned int i;
- uint32_t hash;
+ size_t hash;
hash =
hash_pjw_bare(cert->raw_issuer_dn.data,
{
int ret;
unsigned int i, j;
- uint32_t hash;
+ size_t hash;
uint8_t tmp[256];
size_t tmp_size;
{
int ret;
unsigned int i;
- uint32_t hash;
+ size_t hash;
gnutls_x509_crt_t sorted[DEFAULT_MAX_VERIFY_DEPTH];
const char *hostname = NULL, *purpose = NULL, *email = NULL;
unsigned hostname_size = 0;
{
int ret;
unsigned int i;
- uint32_t hash;
+ size_t hash;
hash =
{
int ret;
unsigned int i;
- uint32_t hash;
+ size_t hash;
hash = hash_pjw_bare(cert->raw_dn.data, cert->raw_dn.size);
hash %= list->size;