ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
OCSP_basic_verify (
OCSP_BASICRESP* bs,
struct stack_st_X509* certs,
X509_STORE* st,
unsigned long flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | ocsp_vfy.c |
| Size | 822 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | bs | OCSP_BASICRESP* | 8 | %rdi |
| 1 | certs | struct stack_st_X509* | 8 | %rsi |
| 2 | st | X509_STORE* | 8 | %rdx |
| 3 | flags | unsigned long | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | bs | OCSP_BASICRESP* |
| %rsi | certs | struct stack_st_X509* |
| %rdx | st | X509_STORE* |
| %rcx | flags | unsigned long |