ファイル名rsa.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 53 | 16% |
| 空行行数 | 82 | 25% |
| 実行行数 | 197 | 59% |
| 合計行数 | 332 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 10 |
定義関数| No. | 型 | 名称 | 属性 | 説明 |
|---|---|---|---|---|
1 |
RSA_priv_key_new | void | ||
2 |
RSA_pub_key_new | void | ||
3 |
RSA_free | void | Free up any RSA context resources. | |
4 |
RSA_decrypt | int | @brief Use PKCS1.5 for decryption/verification. | |
5 |
RSA_private | bigint * | Performs m = c^d mod n | |
6 |
bi_crt | static bigint * | Use the Chinese Remainder Theorem to quickly perform RSA decrypts. | |
7 |
RSA_print | void | Used for diagnostics. | |
8 |
RSA_public | bigint * | Performs c = m^e mod n | |
9 |
RSA_encrypt | int | Use PKCS1.5 for encryption/signing. | |
10 |
RSA_sign_verify | bigint * | Take a signature and decrypt it. |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー