Home
last modified time | relevance | path

Searched refs:rsa_export (Results 1 – 9 of 9) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Drsa_test.c88 DO(rsa_export(buf, &len, PK_PRIVATE, &key)); in rsa_compat_test()
95 DO(rsa_export(buf, &len, PK_PUBLIC, &key)); in rsa_compat_test()
105 DO(rsa_export(buf, &len, PK_PUBLIC, &key)); in rsa_compat_test()
115 DO(rsa_export(buf, &len, PK_PUBLIC, &key)); in rsa_compat_test()
284 DO(rsa_export(tmp, &len2, PK_PRIVATE, &key)); in rsa_test()
287 DO(rsa_export(tmp, &len2, PK_PUBLIC, &key)); in rsa_test()
/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_export.c28 int rsa_export(unsigned char *out, unsigned long *outlen, int type, rsa_key *key) in rsa_export() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h86 int rsa_export(unsigned char *out, unsigned long *outlen, int type, rsa_key *key);
/external/dropbear/libtomcrypt/
Dmakefile.msvc110 src/pk/rsa/rsa_export.obj src/pk/rsa/rsa_exptmod.obj src/pk/rsa/rsa_free.obj src/pk/rsa/rsa_import.…
Dmakefile.unix146 src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o \
Dmakefile.icc200 src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o \
Dmakefile.shared205 src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o \
Dchanges183 -- Cleaned up rsa_export() since "zero" was handled with a SHORT_INTEGER
219 Note that rsa_export() **ONLY** writes PKCS #1 formats
331 …-- Added missing ASN.1 header to the RSA keys ... oops... now the rsa_export/import are FULLY comp…
459 -- RSA is now fully joy. rsa_export/rsa_import use PKCS #1 encodings and should be
Dcrypt.tex336 if ((err = rsa_export(buffer, &x, PK_PUBLIC, &key)) != CRYPT_OK) {
341 /* if rsa_export() was successful then x will have
3574 int rsa_export(unsigned char *out,