Searched refs:representative (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Demsa2.cpp13 byte *representative, size_t representativeBitLength) const
23 representative[0] = messageEmpty ? 0x4b : 0x6b;
24 memset(representative+1, 0xbb, representativeByteLength-digestSize-4); // pad with 0xbb
25 byte *afterP2 = representative+representativeByteLength-digestSize-3;
28 representative[representativeByteLength-2] = *hashIdentifier.first;
29 representative[representativeByteLength-1] = 0xcc;
10 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
H A Dpssr.cpp48 byte *representative, size_t representativeBitLength) const
56 byte *const h = representative + representativeByteLength - u - digestSize;
72 // compute representative
73 GetMGF().GenerateAndMask(hash, representative, representativeByteLength - u - digestSize, h, digestSize, false);
74 byte *xorStart = representative + representativeByteLength - u - digestSize - salt.size() - recoverableMessageLength - 1;
78 memcpy(representative + representativeByteLength - u, hashIdentifier.first, hashIdentifier.second);
79 representative[representativeByteLength - 1] = hashIdentifier.second ? 0xcc : 0xbc;
81 representative[0] = (byte)Crop(representative[0], representativeBitLength % 8);
86 byte *representative, size_
45 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
84 RecoverMessageFromRepresentative( HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength, byte *recoverableMessage) const argument
[all...]
H A Dpkcspad.cpp92 byte *representative, size_t representativeBitLength) const
100 representative[0] = 0;
101 representative++;
105 representative[0] = 1; // block type 1
108 byte *pPadding = representative + 1;
109 byte *pDigest = representative + pkcsBlockLen - digestSize;
89 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
H A Dpubkey.cpp27 byte *representative, size_t representativeBitLength) const
31 return VerifyBufsEqual(representative, computedRepresentative, computedRepresentative.size());
36 byte *representative, size_t representativeBitLength) const
40 hash, hashIdentifier, messageEmpty, representative, representativeBitLength, recoveredMessage);
76 SecByteBlock representative(MessageRepresentativeLength());
80 representative, MessageRepresentativeBitLength());
83 Integer r(representative, representative.size());
25 VerifyMessageRepresentative( HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
34 VerifyMessageRepresentative( HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
H A Dgfpcrypt.cpp72 byte *representative, size_t representativeBitLength) const
80 memset(representative, 0, paddingLength);
81 hash.TruncatedFinal(representative+paddingLength, STDMIN(representativeByteLength, digestSize));
85 Integer h(representative, representativeByteLength);
87 h.Encode(representative, representativeByteLength);
94 byte *representative, size_t representativeBitLength) const
102 memset(representative, 0, paddingLength);
103 hash.TruncatedFinal(representative+paddingLength, STDMIN(representativeByteLength, digestSize));
107 Integer h(representative, representativeByteLength);
109 h.Encode(representative, representativeByteLengt
69 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
91 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
[all...]
H A Design.h95 byte *representative, size_t representativeBitLength) const
101 mgf.GenerateAndMask(hash, representative, representativeByteLength, digest, digest.size(), false);
103 representative[0] = (byte)Crop(representative[0], representativeBitLength % 8);
92 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
H A Dpssr.h29 byte *representative, size_t representativeBitLength) const;
32 byte *representative, size_t representativeBitLength,
H A Demsa2.h70 byte *representative, size_t representativeBitLength) const;
H A Dpkcspad.h66 byte *representative, size_t representativeBitLength) const;
H A Dpubkey.h217 byte *representative, size_t representativeBitLength) const =0;
221 byte *representative, size_t representativeBitLength) const =0;
225 byte *representative, size_t representativeBitLength,
254 byte *representative, size_t representativeBitLength) const;
262 byte *representative, size_t representativeBitLength) const;
271 byte *representative, size_t representativeBitLength) const;
280 byte *representative, size_t representativeBitLength) const;
1027 SecByteBlock representative(this->MessageRepresentativeLength());
1032 representative, this->MessageRepresentativeBitLength());
1034 Integer e(representative, representativ
223 RecoverMessageFromRepresentative( HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength, byte *recoveredMessage) const argument
1111 representative, this->MessageRepresentativeBitLength()); local
1133 representative, this->MessageRepresentativeBitLength()); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk296 # Dump a representative sample of derived variables in debug mode.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin185 representative of each party.
[all...]

Completed in 309 milliseconds