ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RSA_generate_key (
int bits,
unsigned long e_value,
void(*)(int, int, void*) callback,
void* cb_arg
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | RSA* |
| Source | rsa_depr.c |
| Size | 202 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | bits | int | 4 | %rdi |
| 1 | e_value | unsigned long | 8 | %rsi |
| 2 | callback | void(*)(int, int, void*) | 8 | %rdx |
| 3 | cb_arg | void* | 8 | %rcx |
| RETURN | ||||
| .retval | RSA* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | RSA* |
| %rdi | bits | int |
| %rsi | e_value | unsigned long |
| %rdx | callback | void(*)(int, int, void*) |
| %rcx | cb_arg | void* |