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

  /src/crypto/external/apache2/openssl/dist/crypto/sha/
keccak1600.c 167 static void Pi(uint64_t A[5][5])
241 Pi(A);
  /src/crypto/external/bsd/openssl/dist/crypto/sha/
keccak1600.c 171 static void Pi(uint64_t A[5][5])
245 Pi(A);
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/
keccak1600.c 164 static void Pi(uint64_t A[5][5])
238 Pi(A);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDG.h 36 /// 3. Pi-block node which is a group of other DDG nodes that are part of a
38 /// A pi-block node contains more than one single or multiple instruction
39 /// nodes. The root node cannot be part of a pi-block.
165 /// Subclass of DDGNode representing a pi-block. A pi-block represents a group
167 /// Replacing all the SCCs with pi-blocks results in an acyclic representation
170 /// the cycle a -> b -> c -> a is abstracted into a pi-block "p" as follows:
194 /// Get the list of nodes in this pi-block.
210 /// List of nodes in this pi-block.
332 /// If node \p N belongs to a pi-block return a pointer to the pi-block
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 898 unsigned Pi = 0;
901 for (unsigned E = FTy->getNumParams(); Pi != E; ++I, ++Pi)
902 if (ArgAlive[Pi]) {
905 AttributeSet Attrs = CallPAL.getParamAttributes(Pi);
922 for (auto E = CB.arg_end(); I != E; ++I, ++Pi) {
924 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp 876 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) {
877 Pred = Pi;
970 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) {
971 if (!AddedBlockSet.count(Pi))
972 PrevBlockSet.insert(Pi);
973 EdgeCountMap[{Pi, BB}]++;
1121 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF))
1122 IDFPhi->addIncoming(GetLastDef(Pi), Pi);
  /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) */
1468 struct crypto_ec_point *Qi = NULL, *Pi = NULL;
1473 /* Qi = H([MAC-Initiator |] [identifier |] code) * Pi */
1501 dpp_debug_print_key("DPP: Pi", Pi_key);
1507 Pi = crypto_ec_key_get_public_key(Pi_key);
1510 if (!Pi || !Qi || !hash_bn || crypto_ec_point_mul(ec, Pi, hash_bn, Qi))
1520 crypto_ec_point_deinit(Pi, 1);

Completed in 35 milliseconds