関数定義書 Excel2010

RSA_decrypt

構文構文

@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
)

パラメータパラメータ

ctx
in_data
out_data
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.

ファイル名ファイル名

rsa.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | rsa.c