| Pos | Name | Type | Size | Offset |
| 0 | cache | int | 4 | 0 |
| 1 | objs | struct stack_st_X509_OBJECT* | 8 | 8 |
| 2 | get_cert_methods | struct stack_st_X509_LOOKUP* | 8 | 16 |
| 3 | param | X509_VERIFY_PARAM* | 8 | 24 |
| 4 | verify | int(*)(X509_STORE_CTX*) | 8 | 32 |
| 5 | verify_cb | int(*)(int, X509_STORE_CTX*) | 8 | 40 |
| 6 | get_issuer | int(*)(X509**, X509_STORE_CTX*, X509*) | 8 | 48 |
| 7 | check_issued | int(*)(X509_STORE_CTX*, X509*, X509*) | 8 | 56 |
| 8 | check_revocation | int(*)(X509_STORE_CTX*) | 8 | 64 |
| 9 | get_crl | int(*)(X509_STORE_CTX*, X509_CRL**, X509*) | 8 | 72 |
| 10 | check_crl | int(*)(X509_STORE_CTX*, X509_CRL*) | 8 | 80 |
| 11 | cert_crl | int(*)(X509_STORE_CTX*, X509_CRL*, X509*) | 8 | 88 |
| 12 | lookup_certs | struct stack_st_X509*(*)(X509_STORE_CTX*, X509_NAME*) | 8 | 96 |
| 13 | lookup_crls | struct stack_st_X509_CRL*(*)(X509_STORE_CTX*, X509_NAME*) | 8 | 104 |
| 14 | cleanup | int(*)(X509_STORE_CTX*) | 8 | 112 |
| 15 | ex_data | CRYPTO_EX_DATA | 16 | 120 |
| 16 | references | int | 4 | 136 |
| Offset | Contents | Type |
| 0 | .cache | int |
| 4 | padding | |
| 8 | .objs | struct stack_st_X509_OBJECT* |
| 16 | .get_cert_methods | struct stack_st_X509_LOOKUP* |
| 24 | .param | X509_VERIFY_PARAM* |
| 32 | .verify | int(*)(X509_STORE_CTX*) |
| 40 | .verify_cb | int(*)(int, X509_STORE_CTX*) |
| 48 | .get_issuer | int(*)(X509**, X509_STORE_CTX*, X509*) |
| 56 | .check_issued | int(*)(X509_STORE_CTX*, X509*, X509*) |
| 64 | .check_revocation | int(*)(X509_STORE_CTX*) |
| 72 | .get_crl | int(*)(X509_STORE_CTX*, X509_CRL**, X509*) |
| 80 | .check_crl | int(*)(X509_STORE_CTX*, X509_CRL*) |
| 88 | .cert_crl | int(*)(X509_STORE_CTX*, X509_CRL*, X509*) |
| 96 | .lookup_certs | struct stack_st_X509*(*)(X509_STORE_CTX*, X509_NAME*) |
| 104 | .lookup_crls | struct stack_st_X509_CRL*(*)(X509_STORE_CTX*, X509_NAME*) |
| 112 | .cleanup | int(*)(X509_STORE_CTX*) |
| 120 | .ex_data | CRYPTO_EX_DATA |
| 136 | .references | int |
| 140 | padding | |