Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5541 BIGNUM g, result1; in emlxs_BIGNUM_get_pubkey() local
5712 if (big_init(&result1, CHARLEN2BIGNUMLEN(512)) != BIG_OK) { in emlxs_BIGNUM_get_pubkey()
5723 if (big_modexp(&result1, &g, &e, &n, NULL) != BIG_OK) { in emlxs_BIGNUM_get_pubkey()
5732 bignum2bytestring(node_dhc->pub_key, &result1, in emlxs_BIGNUM_get_pubkey()
5733 sizeof (BIG_CHUNK_TYPE) * (result1.len)); in emlxs_BIGNUM_get_pubkey()
5734 node_dhc->pubkey_len = (result1.len) * sizeof (BIG_CHUNK_TYPE); in emlxs_BIGNUM_get_pubkey()
5737 bignum2bytestring(node_dhc->nlp_auth_misc.pub_key, &result1, in emlxs_BIGNUM_get_pubkey()
5738 sizeof (BIG_CHUNK_TYPE) * (result1.len)); in emlxs_BIGNUM_get_pubkey()
5740 (result1.len) * sizeof (BIG_CHUNK_TYPE); in emlxs_BIGNUM_get_pubkey()
5744 bignum2bytestring(node_dhc->nlp_auth_misc.pub_key, &result1, in emlxs_BIGNUM_get_pubkey()
[all …]