ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_CTX_use_RSAPrivateKey (
SSL_CTX* ctx,
RSA* rsa
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | int |
| Source | ssl_rsa.c |
| Size | 251 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | SSL_CTX* | 8 | %rdi |
| 1 | rsa | RSA* | 8 | %rsi |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | SSL_CTX* |
| %rsi | rsa | RSA* |