Searched defs:result1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5541 BIGNUM g, result1; local
5712 if (big_init(&result1, CHARLEN2BIGNUMLEN(512)) != BIG_OK) {
5714 "BIGNUM_get_pubkey: big_init failed. result1 size=%d",
5723 if (big_modexp(&result1, &g, &e, &n, NULL) != BIG_OK) {
5725 "BIGNUM_get_pubkey: big_modexp result1 error");
5732 bignum2bytestring(node_dhc->pub_key, &result1,
5733 sizeof (BIG_CHUNK_TYPE) * (result1.len));
5734 node_dhc->pubkey_len = (result1.len) * sizeof (BIG_CHUNK_TYPE);
5737 bignum2bytestring(node_dhc->nlp_auth_misc.pub_key, &result1,
5738 sizeof (BIG_CHUNK_TYPE) * (result1
5789 BIGNUM g, e, n, result1; local
[all...]

Completed in 236 milliseconds