Searched refs:OAEP (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DAlgorithmParametersSpi.java46 public static class OAEP class in class:AlgorithmParametersSpi
52 * Return the PKCS#1 ASN.1 structure RSAES-OAEP-params.
98 throw new InvalidParameterSpecException("unknown parameter spec passed to OAEP parameters object.");
107 throw new InvalidParameterSpecException("OAEPParameterSpec required to initialise an OAEP algorithm parameters object");
129 throw new IOException("Not a valid OAEP Parameter encoding.");
133 throw new IOException("Not a valid OAEP Parameter encoding.");
155 return "OAEP Parameters";
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3059 To simplify matters a little the v2.1 encryption and signature padding algorithms are called OAEP and PSS respectively.
3107 PKCS \#1 RSA Encryption amounts to OAEP padding of the input message followed by the modular exponentiation. As far as this portion of
3108 the library is concerned we are only dealing with th OAEP padding of the message.
3110 \subsection{OAEP Encoding}
3129 This accepts \textit{msg} as input of length \textit{msglen} which will be OAEP padded. The \textit{lparam} variable is an additional system specific
3133 OAEP encoding requires the length of the modulus in bits in order to calculate the size of the output. This is passed as the parameter
3145 \subsection{OAEP Decoding}
3161 This function decodes an OAEP encoded message and outputs the original message that was passed to the OAEP encoder. \textit{msg} is the
3162 output of pkcs\_1\_oaep\_encode() of length \textit{msglen}. \textit{lparam} is the same system variable passed to the OAEP encode
[all...]

Completed in 506 milliseconds