Home
last modified time | relevance | path

Searched refs:MAX_RSA_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_import.c47 tmpbuf = XCALLOC(1, MAX_RSA_SIZE*8); in rsa_import()
61 …SET_ASN1(ssl_pubkey, 1, LTC_ASN1_BIT_STRING, tmpbuf, MAX_RSA_SIZE*8); in rsa_import()
Drsa_make_key.c37 if ((size < (MIN_RSA_SIZE/8)) || (size > (MAX_RSA_SIZE/8))) { in rsa_make_key()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h15 #define MAX_RSA_SIZE 4096 macro