Lines Matching defs:pR
1061 struct crypto_bignum *sum = NULL, *lx = NULL, *bR = NULL, *pR = NULL;
1064 /* L = ((bR + pR) modulo q) * BI */
1073 pR = crypto_ec_key_get_private_key(auth->own_protocol_key);
1077 if (!q || !BI || !bR || !pR || !sum || !L || !lx ||
1078 crypto_bignum_addmod(bR, pR, q, sum) ||
1092 crypto_bignum_deinit(pR, 1);
1688 struct crypto_bignum *sum = NULL, *cR = NULL, *pR = NULL;
1728 /* M = { cR + pR } * CI */
1737 pR = crypto_ec_key_get_private_key(auth->own_protocol_key);
1739 if (!sum || !q || !M || !cR || !pR || !CI ||
1740 crypto_bignum_addmod(cR, pR, q, sum) ||
1777 crypto_bignum_deinit(pR, 1);