Searched refs:tmp0 (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/common/crypto/arcfour/sun4v/ |
| H A D | arcfour_crypt.c | 71 unsigned int tmp0, tmp1, i_accum, shift = 0, i1; in arcfour_crypt() local 119 tmp0 = base[i]; in arcfour_crypt() 120 j = j + tmp0; in arcfour_crypt() 123 base[j] = (uchar_t)tmp0; in arcfour_crypt() 124 tmp0 += tmp1; in arcfour_crypt() 125 tmp0 = tmp0 & 0xff; in arcfour_crypt() 126 out[ii] = in[ii] ^ base[tmp0]; in arcfour_crypt() 143 tmp0 = base[i]; in arcfour_crypt() 144 j = j + tmp0; in arcfour_crypt() 148 base[j] = (uchar_t)tmp0; in arcfour_crypt() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/ec/ |
| H A D | ecp_smpl.c | 1539 BIGNUM *tmp0, *tmp1; in ec_GFp_simple_points_make_affine() local 1556 tmp0 = BN_CTX_get(ctx); in ec_GFp_simple_points_make_affine() 1558 if (tmp0 == NULL || tmp1 == NULL) goto err; in ec_GFp_simple_points_make_affine() 1648 if (!group->meth->field_mul(group, tmp0, heap[i/2], heap[i + 1], ctx)) goto err; in ec_GFp_simple_points_make_affine() 1650 if (!BN_copy(heap[i], tmp0)) goto err; in ec_GFp_simple_points_make_affine()
|
| /onnv-gate/usr/src/uts/common/io/sfe/ |
| H A D | sfe.c | 1186 uint32_t tmp0; in sfe_tx_desc_write() local 1216 tmp0 = (uint32_t)dcp->dmac_address; in sfe_tx_desc_write() 1218 tdp->d_bufptr = LE_32(tmp0); in sfe_tx_desc_write() 1255 uint32_t tmp0; in sfe_rx_desc_write() local 1273 tmp0 = (uint32_t)dmacookie->dmac_address; in sfe_rx_desc_write() 1275 rdp->d_bufptr = LE_32(tmp0); in sfe_rx_desc_write()
|