ファイル定義書 VB2010

rsa.c

ファイル名ファイル名

rsa.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 53 16%
空行行数 82 25%
実行行数 197 59%
合計行数 332 100%

関数定義数関数定義数

内容 定義数
関数数 10

定義関数定義関数

No. 名称 属性 説明
1
FunctionFunction RSA_priv_key_new void  
2
FunctionFunction RSA_pub_key_new void  
3
FunctionFunction RSA_free void Free up any RSA context resources.
4
FunctionFunction RSA_decrypt int @brief Use PKCS1.5 for decryption/verification.
5
FunctionFunction RSA_private bigint * Performs m = c^d mod n
6
StaticStatic bi_crt static bigint * Use the Chinese Remainder Theorem to quickly perform RSA decrypts.
7
FunctionFunction RSA_print void Used for diagnostics.
8
FunctionFunction RSA_public bigint * Performs c = m^e mod n
9
FunctionFunction RSA_encrypt int Use PKCS1.5 for encryption/signing.
10
FunctionFunction RSA_sign_verify bigint * Take a signature and decrypt it.

See Also

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