ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CMS_digest_create (
BIO* in,
EVP_MD const* md,
unsigned int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | CMS_ContentInfo* |
| Source | cms_smime.c |
| Size | 117 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | in | BIO* | 8 | %rdi |
| 1 | md | EVP_MD const* | 8 | %rsi |
| 2 | flags | unsigned int | 4 | %rdx |
| RETURN | ||||
| .retval | CMS_ContentInfo* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | CMS_ContentInfo* |
| %rdi | in | BIO* |
| %rsi | md | EVP_MD const* |
| %rdx | flags | unsigned int |