Home
last modified time | relevance | path

Searched refs:transform_cnt (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sbin/isakmpd/
Dike_quick_mode.c399 u_int32_t *transform_cnt = 0, *new_transform_cnt; in initiator_send_HASH_SA_NONCE() local
478 new_transform_cnt = reallocarray(transform_cnt, in initiator_send_HASH_SA_NONCE()
479 prop_cnt, sizeof *transform_cnt); in initiator_send_HASH_SA_NONCE()
484 transform_cnt, in initiator_send_HASH_SA_NONCE()
485 prop_cnt * (unsigned long)sizeof *transform_cnt); in initiator_send_HASH_SA_NONCE()
488 transform_cnt = new_transform_cnt; in initiator_send_HASH_SA_NONCE()
533 transform_cnt[prop_no] = xf_conf->cnt; in initiator_send_HASH_SA_NONCE()
535 transform[prop_no] = calloc(transform_cnt[prop_no], in initiator_send_HASH_SA_NONCE()
540 transform_cnt[prop_no], in initiator_send_HASH_SA_NONCE()
544 transform_len[prop_no] = calloc(transform_cnt[prop_no], in initiator_send_HASH_SA_NONCE()
[all …]