Searched refs:dh_size (Results 1 – 6 of 6) sorted by relevance
96 uint64_t dh_size; member251 for (i = 0; i < (*hdl)->dh_size; i++) { in dict_free()277 hdl->dh_size = DICT_SIZE; in dict_new()278 if ((hdl->dh_buckets = calloc(hdl->dh_size, sizeof (dict_bucket_t *))) in dict_new()298 i = (*hdl->dh_hash)(key)%hdl->dh_size; in dict_get()317 i = (*hdl->dh_hash)(key)%hdl->dh_size; in dict_put()347 i = (*hdl->dh_hash)(key)%hdl->dh_size; in dict_remove()378 for (i = 0; i < hdl->dh_size; i++) { in dict_map()
348 reqctx->cryptoctx, reqctx->idctx, reqctx->opts->dh_size,957 reqctx->opts->dh_size,958 &reqctx->opts->dh_size);959 if (reqctx->opts->dh_size != 1024 && reqctx->opts->dh_size != 2048960 && reqctx->opts->dh_size != 4096) {963 reqctx->opts->dh_size, PKINIT_DEFAULT_DH_MIN_BITS);964 reqctx->opts->dh_size = PKINIT_DEFAULT_DH_MIN_BITS;1190 &reqctx->opts->dh_size);
169 int dh_size; /* initial request DH modulus size (default=1024) */ member
302 int dh_size, /* IN
63 opts->dh_size = PKINIT_DEFAULT_DH_MIN_BITS; in pkinit_init_req_opts()
2157 int dh_size, in client_create_dh() argument2175 switch(dh_size) { in client_create_dh()