OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maskeddb
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/crypto/rsa/
pss.go
77
// 10. Let
maskedDB
= DB \xor dbMask.
82
//
maskedDB
to zero.
86
// 12. Let EM =
maskedDB
|| H || 0xbc.
116
// 5. Let
maskedDB
be the leftmost emLen - hLen - 1 octets of EM, and
122
//
maskedDB
are not all equal to zero, output "inconsistent" and
130
// 8. Let DB =
maskedDB
\xor dbMask.
/prebuilts/go/linux-x86/src/crypto/rsa/
pss.go
77
// 10. Let
maskedDB
= DB \xor dbMask.
82
//
maskedDB
to zero.
86
// 12. Let EM =
maskedDB
|| H || 0xbc.
116
// 5. Let
maskedDB
be the leftmost emLen - hLen - 1 octets of EM, and
122
//
maskedDB
are not all equal to zero, output "inconsistent" and
130
// 8. Let DB =
maskedDB
\xor dbMask.
/external/boringssl/src/crypto/fipsmodule/rsa/
padding.c
417
const uint8_t *
maskeddb
= from + 1 + mdlen;
local
420
if (!PKCS1_MGF1(seed, mdlen,
maskeddb
, dblen, mgf1md)) {
431
db[i] ^=
maskeddb
[i];
Completed in 189 milliseconds