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