Lines Matching defs:dhval

102 	union challenge_val un_cval, uint8_t *dhval, uint32_t dhvallen);
115 union challenge_val un_cval, uint8_t *dhval, uint32_t *);
119 NODELIST *ndlp, uint8_t *dhval, uint32_t *dhvallen,
123 NODELIST *ndlp, uint8_t *dhval, uint32_t *dhval_len,
127 NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval,
132 NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval,
2117 uint8_t dhval[256];
2139 * 7: dhval (dhval_len bytes) all these information should be stored
2363 err = emlxs_BIGNUM_get_dhval(port, port_dhc, ndlp, dhval,
2376 /* we are not going to use dhval and dhval_len */
2414 err = emlxs_BIGNUM_get_dhval(port, port_dhc, ndlp, dhval,
2426 /* we are not going to use dhval and dhval_len */
2495 uint8_t *dhval,
2635 /* elx_bcopy((void *)dhval, (void *)pCmd, dhval_len); */
2751 uint8_t *dhval = NULL;
2967 dhval = (uint8_t *)kmem_zalloc(LE_SWAP32(dhvallen),
2969 if (dhval == NULL) {
2972 ndlp->nlp_DID, ncval->dhgp_id, dhval);
2978 bcopy((void *)tmp, (void *)dhval, LE_SWAP32(dhvallen));
2998 ndlp, tran_id, un_cval, dhval, LE_SWAP32(dhvallen));
3046 if (emlxs_issue_dhchap_reply(port, ndlp, 0, arg5, dhval,
3053 kmem_free(dhval, LE_SWAP32(dhvallen));
3703 uint8_t dhval[512];
3827 bcopy((void *)tmp, (void *)dhval, dhval_len);
3869 (tran_id), dhval, (dhval_len), 1, 0);
3894 * responder. Here cval: C2 dhval: (g^y mod p)
3897 ndlp, (tran_id), dhval,
5217 * If dhval == NULL, NULL DHCHAP else, DHCHAP group.
5232 uint8_t *dhval,
5271 if (dhval == NULL) {
5341 * p is the dhval received y is the random number in 16 bytes
5356 un_cval, dhval, &dhvallen);
5435 uint8_t *dhval,
5468 dhval, dhvallen, hash_size, dhgp_id);
5498 dhval, dhvallen, hash_size, dhgp_id);
5530 uint8_t *dhval,
5575 * dhval is in big-endian format. This call converts from
5579 bytestring2bignum(&a, (unsigned char *)dhval, *dhvallen);
5782 uint8_t *dhval,
5899 bcopy((void *)node_dhc->hrsp_pub_key, (void *)dhval,
5903 (void *)dhval,
5931 uint8_t *dhval, /* g^y mod p */
5956 bytestring2bignum(&a, (unsigned char *)dhval, dhvallen);
6044 * key: x dhval: (g^y mod p) tran_id: Ti bi_cval: C2 hash_id: H dhgp_id: p/g
6062 uint8_t *dhval,
6089 err = emlxs_BIGNUM_pubkey(port, pubkey, dhval, dhvallen,
6135 err = emlxs_BIGNUM_pubkey(port, pubkey, dhval, dhvallen,
6199 uint8_t *dhval,
6337 * host received (g^x mod p) as dhval host has its own
6383 key, dhval, dhval_len);
6476 * which is the node_dhc->hrsp_priv_key[] (g^y mod p) is dhval received
6493 uint8_t *dhval,
6628 * key: x dhval: (g^y mod p) tran_id: Ti bi_cval: C2 hash_id:
6637 key, dhval, dhval_len);