Searched refs:rsa_exptmod (Results 1 – 12 of 12) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/rsa/ |
D | rsa_exptmod.c | 30 int rsa_exptmod(const unsigned char *in, unsigned long inlen, in rsa_exptmod() function
|
/external/wpa_supplicant/ |
D | crypto_libtomcrypt.c | 569 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/ |
D | gmp_desc.c | 466 &rsa_exptmod,
|
D | ltm_desc.c | 472 &rsa_exptmod,
|
D | tfm_desc.c | 765 &rsa_exptmod,
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 41 int rsa_exptmod(const unsigned char *in, unsigned long inlen,
|
/external/dropbear/libtomcrypt/ |
D | changes | 73 …-- 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 … 1319 … rsa_exptmod() function itself if you're not careful. That's fixed now. Fixed another bug in [all …]
|
D | makefile.msvc | 110 src/pk/rsa/rsa_export.obj src/pk/rsa/rsa_exptmod.obj src/pk/rsa/rsa_free.obj src/pk/rsa/rsa_import.…
|
D | makefile.unix | 146 src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o \
|
D | makefile.icc | 200 src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o \
|
D | makefile.shared | 205 src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o \
|
D | crypt.tex | 3285 int rsa_exptmod(const unsigned char *in,
|