| Pos | Name | Type | Size | Offset |
| 0 | ctx | X509_STORE* | 8 | 0 |
| 1 | current_method | int | 4 | 8 |
| 2 | cert | X509* | 8 | 16 |
| 3 | untrusted | struct stack_st_X509* | 8 | 24 |
| 4 | crls | struct stack_st_X509_CRL* | 8 | 32 |
| 5 | param | X509_VERIFY_PARAM* | 8 | 40 |
| 6 | other_ctx | void* | 8 | 48 |
| 7 | verify | int(*)(X509_STORE_CTX*) | 8 | 56 |
| 8 | verify_cb | int(*)(int, X509_STORE_CTX*) | 8 | 64 |
| 9 | get_issuer | int(*)(X509**, X509_STORE_CTX*, X509*) | 8 | 72 |
| 10 | check_issued | int(*)(X509_STORE_CTX*, X509*, X509*) | 8 | 80 |
| 11 | check_revocation | int(*)(X509_STORE_CTX*) | 8 | 88 |
| 12 | get_crl | int(*)(X509_STORE_CTX*, X509_CRL**, X509*) | 8 | 96 |
| 13 | check_crl | int(*)(X509_STORE_CTX*, X509_CRL*) | 8 | 104 |
| 14 | cert_crl | int(*)(X509_STORE_CTX*, X509_CRL*, X509*) | 8 | 112 |
| 15 | check_policy | int(*)(X509_STORE_CTX*) | 8 | 120 |
| 16 | lookup_certs | struct stack_st_X509*(*)(X509_STORE_CTX*, X509_NAME*) | 8 | 128 |
| 17 | lookup_crls | struct stack_st_X509_CRL*(*)(X509_STORE_CTX*, X509_NAME*) | 8 | 136 |
| 18 | cleanup | int(*)(X509_STORE_CTX*) | 8 | 144 |
| 19 | valid | int | 4 | 152 |
| 20 | last_untrusted | int | 4 | 156 |
| 21 | chain | struct stack_st_X509* | 8 | 160 |
| 22 | tree | X509_POLICY_TREE* | 8 | 168 |
| 23 | explicit_policy | int | 4 | 176 |
| 24 | error_depth | int | 4 | 180 |
| 25 | error | int | 4 | 184 |
| 26 | current_cert | X509* | 8 | 192 |
| 27 | current_issuer | X509* | 8 | 200 |
| 28 | current_crl | X509_CRL* | 8 | 208 |
| 29 | current_crl_score | int | 4 | 216 |
| 30 | current_reasons | unsigned int | 4 | 220 |
| 31 | parent | X509_STORE_CTX* | 8 | 224 |
| 32 | ex_data | CRYPTO_EX_DATA | 16 | 232 |
| Offset | Contents | Type |
| 0 | .ctx | X509_STORE* |
| 8 | .current_method | int |
| 12 | padding | |
| 16 | .cert | X509* |
| 24 | .untrusted | struct stack_st_X509* |
| 32 | .crls | struct stack_st_X509_CRL* |
| 40 | .param | X509_VERIFY_PARAM* |
| 48 | .other_ctx | void* |
| 56 | .verify | int(*)(X509_STORE_CTX*) |
| 64 | .verify_cb | int(*)(int, X509_STORE_CTX*) |
| 72 | .get_issuer | int(*)(X509**, X509_STORE_CTX*, X509*) |
| 80 | .check_issued | int(*)(X509_STORE_CTX*, X509*, X509*) |
| 88 | .check_revocation | int(*)(X509_STORE_CTX*) |
| 96 | .get_crl | int(*)(X509_STORE_CTX*, X509_CRL**, X509*) |
| 104 | .check_crl | int(*)(X509_STORE_CTX*, X509_CRL*) |
| 112 | .cert_crl | int(*)(X509_STORE_CTX*, X509_CRL*, X509*) |
| 120 | .check_policy | int(*)(X509_STORE_CTX*) |
| 128 | .lookup_certs | struct stack_st_X509*(*)(X509_STORE_CTX*, X509_NAME*) |
| 136 | .lookup_crls | struct stack_st_X509_CRL*(*)(X509_STORE_CTX*, X509_NAME*) |
| 144 | .cleanup | int(*)(X509_STORE_CTX*) |
| 152 | .valid | int |
| 156 | .last_untrusted | int |
| 160 | .chain | struct stack_st_X509* |
| 168 | .tree | X509_POLICY_TREE* |
| 176 | .explicit_policy | int |
| 180 | .error_depth | int |
| 184 | .error | int |
| 188 | padding | |
| 192 | .current_cert | X509* |
| 200 | .current_issuer | X509* |
| 208 | .current_crl | X509_CRL* |
| 216 | .current_crl_score | int |
| 220 | .current_reasons | unsigned int |
| 224 | .parent | X509_STORE_CTX* |
| 232 | .ex_data | CRYPTO_EX_DATA |