@brief Use PKCS1.5 for decryption/verification.
int RSA_decrypt(
const RSA_CTX * ctx
const uint8_t * in_data
uint8_t * out_data
int is_decryption
)
@brief Use PKCS1.5 for decryption/verification. @param ctx [in] The context @param in_data [in] The data to encrypt (must be < modulus size-11) @param out_data [out] The encrypted data. @param is_decryption [in] Decryption or verify operation. @return The number of bytes that were originally encrypted. -1 on error.
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | rsa.c