Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt.h61 CRYPT_PK_INVALID_SIZE, /* Invalid size input for PK parameters */ enumerator
/external/dropbear/libtomcrypt/src/pk/pkcs1/
Dpkcs_1_v1_5_decode.c51 return CRYPT_PK_INVALID_SIZE; in pkcs_1_v1_5_decode()
Dpkcs_1_v1_5_encode.c62 return CRYPT_PK_INVALID_SIZE; in pkcs_1_v1_5_encode()
Dpkcs_1_oaep_decode.c60 return CRYPT_PK_INVALID_SIZE; in pkcs_1_oaep_decode()
Dpkcs_1_oaep_encode.c63 return CRYPT_PK_INVALID_SIZE; in pkcs_1_oaep_encode()
Dpkcs_1_pss_decode.c59 return CRYPT_PK_INVALID_SIZE; in pkcs_1_pss_decode()
Dpkcs_1_pss_encode.c61 return CRYPT_PK_INVALID_SIZE; in pkcs_1_pss_encode()
/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_exptmod.c59 err = CRYPT_PK_INVALID_SIZE; in rsa_exptmod()
/external/dropbear/libtomcrypt/src/pk/katja/
Dkatja_exptmod.c59 err = CRYPT_PK_INVALID_SIZE; in katja_exptmod()