Home | History | Annotate | Download | only in rsa

Lines Matching refs:octet

30 	// 2.  Let mHash = Hash(M), an octet string of length hLen.
46 // 4. Generate a random octet string salt of length sLen; if sLen = 0,
52 // M' is an octet string of length 8 + hLen + sLen with eight
55 // 6. Let H = Hash(M'), an octet string of length hLen.
66 // 7. Generate an octet string PS consisting of emLen - sLen - hLen - 2
69 // 8. Let DB = PS || 0x01 || salt; DB is an octet string of length
81 // 11. Set the leftmost 8 * emLen - emBits bits of the leftmost octet in
98 // 2. Let mHash = Hash(M), an octet string of length hLen.
110 // 4. If the rightmost octet of EM does not have hexadecimal value
121 // 6. If the leftmost 8 * emLen - emBits bits of the leftmost octet in
133 // 9. Set the leftmost 8 * emLen - emBits bits of the leftmost octet in DB
154 // or if the octet at position emLen - hLen - sLen - 1 (the leftmost
172 // M' is an octet string of length 8 + hLen + sLen with eight
175 // 13. Let H' = Hash(M'), an octet string of length hLen.