HomeSort by: relevance | last modified time | path
    Searched refs:pR (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_crypto.c 896 /* R-auth = H(I-nonce | R-nonce | PI.x | PR.x | [BI.x |] BR.x | 0) */
979 /* I-auth = H(R-nonce | I-nonce | PR.x | PI.x | BR.x | [BI.x |] 1) */
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);
1103 struct crypto_ec_point *L = NULL, *sum = NULL, *BR = NULL, *PR = NULL;
1107 /* L = bI * (BR + PR) */
1789 struct crypto_ec_key *pr = NULL, *peer_key = NULL; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgp/
Makefile 419 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
421 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Makefile 419 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
421 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  /src/external/gpl2/gmake/dist/w32/
Makefile 395 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  /src/external/bsd/mdocml/dist/
Makefile 587 cp -pR regress .dist/mandoc-$(VERSION)
  /src/sys/crypto/adiantum/
adiantum.c 1877 const uint8_t *pR = p8 + Llen;
1885 add128(buf, pR, h); /* buf := P_M */
1910 uint8_t *pR = p8 + Llen;
1926 sub128(pR, buf, h);
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 148 milliseconds