ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CMS_sign (
X509* signcert,
EVP_PKEY* pkey,
struct stack_st_X509* certs,
BIO* data,
unsigned int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | CMS_ContentInfo* |
| Source | cms_smime.c |
| Size | 308 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | signcert | X509* | 8 | %rdi |
| 1 | pkey | EVP_PKEY* | 8 | %rsi |
| 2 | certs | struct stack_st_X509* | 8 | %rdx |
| 3 | data | BIO* | 8 | %rcx |
| 4 | flags | unsigned int | 4 | %r8 |
| RETURN | ||||
| .retval | CMS_ContentInfo* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | CMS_ContentInfo* |
| %rdi | signcert | X509* |
| %rsi | pkey | EVP_PKEY* |
| %rdx | certs | struct stack_st_X509* |
| %rcx | data | BIO* |
| %r8 | flags | unsigned int |