Searched refs:PSS (Results 1 – 9 of 9) sorted by relevance
/external/bouncycastle/patches/ |
D | android.patch | 1428 - put("AlgorithmParameters.PSS", "org.bouncycastle.jce.provider.JDKAlgorithmParameters$PSS"); 1430 + // put("AlgorithmParameters.PSS", "org.bouncycastle.jce.provider.JDKAlgorithmParameters$PS… 1497 - put("Alg.Alias.AlgorithmParameters.RSAPSS", "PSS"); 1498 - put("Alg.Alias.AlgorithmParameters.RSASSA-PSS", "PSS"); 1499 - put("Alg.Alias.AlgorithmParameters." + PKCSObjectIdentifiers.id_RSASSA_PSS, "PSS"); 1500 - put("Alg.Alias.AlgorithmParameters.SHA1withRSA/PSS", "PSS"); 1501 - put("Alg.Alias.AlgorithmParameters.SHA224withRSA/PSS", "PSS"); 1502 - put("Alg.Alias.AlgorithmParameters.SHA256withRSA/PSS", "PSS"); 1503 - put("Alg.Alias.AlgorithmParameters.SHA384withRSA/PSS", "PSS"); 1504 - put("Alg.Alias.AlgorithmParameters.SHA512withRSA/PSS", "PSS"); [all …]
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0006.txt | 12 Signature : PSS as per PKCS #1
|
/external/bison/doc/ |
D | Makefile.in | 83 PSS = bison.ps 569 ps-am: $(PSS)
|
D | Makefile | 83 PSS = bison.ps macro 569 ps-am: $(PSS)
|
/external/grub/docs/ |
D | Makefile.in | 78 PSS = grub.ps multiboot.ps 707 ps-am: $(PSS)
|
/external/libffi/ |
D | Makefile.in | 181 PSS = doc/libffi.ps 1572 install-ps-am: $(PSS) 1602 ps-am: $(PSS)
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 3059 …little the v2.1 encryption and signature padding algorithms are called OAEP and PSS respectively. 3173 \subsection{PSS Encoding} 3174 PSS encoding is the second half of the PKCS \#1 standard which is padding to be applied to messages… 3190 This function assumes the message to be PSS encoded has previously been hashed. The input hash \te… 3191 \textit{msghashlen}. PSS allows a variable length random salt (it can be zero length) to be introd… 3200 \subsection{PSS Decoding} 3202 To decode a PSS encoded signature block you have to use the following. 3216 This will decode the PSS encoded message in \textit{sig} of length \textit{siglen} and compare it t… 3217 \textit{msghashlen}. If the block is a valid PSS block and the decoded hash equals the hash suppli… 3218 it is set to zero. The rest of the parameters are as in the PSS encode call. [all …]
|
D | changes | 274 -- Pekka helped me clean up the PKCS #1 v2.1 [OAEP/PSS] code 324 Cleaned up PSS code too 573 …-- Changed PSS/OAEP API slightly to be more consistent with other PK functions (order of arguments) 578 -- Fixed bug in PSS encoder/decoder that didn't handle the MSB properly 612 -- Added PKCS #1 OAEP and PSS support.
|
/external/jpeg/ |
D | install.doc | 934 (See Microsoft Knowledge Base, PSS ID Number Q50336.) So jdatasrc.c and
|