X509_STORE_add_cert
LCRYPTO_USED(X509_STORE_add_cert);
i = X509_STORE_add_cert(ctx->store_ctx, x);
i = X509_STORE_add_cert(ctx->store_ctx, x);
X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
ok = X509_STORE_add_cert(lu->store_ctx, itmp->x509);
LCRYPTO_ALIAS(X509_STORE_add_cert);
int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
if (!X509_STORE_add_cert(store, ca))
if ((i = X509_STORE_add_cert(store->ca_certs, x)) == 0)
i = X509_STORE_add_cert(store->ca_cas, x);
if (!X509_STORE_add_cert(ctx, cert)) {
if (X509_STORE_add_cert(store, cert1) == 0) {
if(!X509_STORE_add_cert(store, sk_X509_value(trust, i))) {
if (X509_STORE_add_cert(store, cert1) == 0) {