Home
last modified time | relevance | path

Searched refs:rsa_exptmod (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_exptmod.c30 int rsa_exptmod(const unsigned char *in, unsigned long inlen, in rsa_exptmod() function
/external/wpa_supplicant/
Dcrypto_libtomcrypt.c569 res = rsa_exptmod(out, modlen, out, &len, key_type, key); in crypto_rsa_encrypt_pkcs1()
626 res = rsa_exptmod(crypt, crypt_len, plain, &len, PK_PUBLIC, in crypto_public_key_decrypt_pkcs1()
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c466 &rsa_exptmod,
Dltm_desc.c472 &rsa_exptmod,
Dtfm_desc.c765 &rsa_exptmod,
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h41 int rsa_exptmod(const unsigned char *in, unsigned long inlen,
/external/dropbear/libtomcrypt/
Dchanges73 …-- Steffen Jaeckel pointed out a typo in the user manual (re: rsa_exptmod). Fixed. This disprove…
242 … -- Added a catch to for an error that should never come up in rsa_exptmod(). Just being thorough.
452 -- Zhi Chen pointed out a bug in rsa_exptmod which would leak memory on error.
564 -- Cleaned up the indentation and added comments to rsa_make_key(), rsa_exptmod() and
574 -- rsa_exptmod() now pads with leading zeroes as per I2OSP.
587 … -- modded rsa_exptmod() to use timing-resilient tim_exptmod() when doing private key operations
665 …-- Andrew Mann found a bug in rsa_exptmod() which wouldn't indicate if the wrong type of key was s…
836 …-- Fixed in rsa_exptmod() where I was getting the size of the result. Basically it accomplishes t…
1122 …-- The rsa_exptmod() function will now more reliably detect invalid inputs (e.g. greater than the …
1319rsa_exptmod() function itself if you're not careful. That's fixed now. Fixed another bug in
[all …]
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 \
Dcrypt.tex3285 int rsa_exptmod(const unsigned char *in,