void X509_STORE_CTX_set_chain(X509_STORE_CTX *ctx,STACK_OF(X509) *sk); void X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk); X509_VERIFY_PARAM *X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx); void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_...
intX509_STORE_CTX_get_ex_new_index(longargl,void*argp, CRYPTO_EX_new*new_func, CRYPTO_EX_dup*dup_func, CRYPTO_EX_free*free_func); intX509_STORE_CTX_set_ex_data(X509_STORE_CTX*d,intidx,void*arg); char*X509_STORE_CTX_get_ex_data(X509_STORE_CTX*d,intidx); ...