OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RSA
(Results
1 - 5
of
5
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyFactory.java
358
public static class
RSA
361
public
RSA
()
JDKKeyPairGenerator.java
68
public static class
RSA
77
public
RSA
()
79
super("
RSA
");
/external/openssl/crypto/
ossl_typ.h
138
typedef struct rsa_st
RSA
;
/external/openssl/include/openssl/
ossl_typ.h
138
typedef struct rsa_st
RSA
;
/external/dropbear/libtomcrypt/
crypt.tex
121
public key cryptography (via PKCS \#1
RSA
, DH or ECCDH), and a plethora of support routines.
172
that for the PRNG needs within the library (\textit{e.g. making a
RSA
key}). All the developer has to do
319
Certain functions such as (for example) \textit{
rsa
\_export()} give an output that is variable length. To prevent buffer overflows you
321
\index{
rsa
\_export()} \index{error\_to\_string()} \index{variable length output}
331
/* ... Make up the
RSA
key somehow ... */
343
printf("
RSA
exported key takes %d bytes\n", x);
351
In the above example if the size of the
RSA
public key was more than 1024 bytes this function would return an error code
360
Certain functions such as \textit{
rsa
\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
366
\index{register\_prng()} \index{
rsa
\_make\_key()}
377
/* make a 1024-bit
RSA
key with the system RNG *
[
all
...]
Completed in 1943 milliseconds