Searched refs:itmp (Results 1 – 2 of 2) sorted by relevance
107 X509_INFO *itmp = sk_X509_INFO_value(inf, i); in sslctx_function() local108 if(itmp->x509) { in sslctx_function()109 X509_STORE_add_cert(cts, itmp->x509); in sslctx_function()111 if(itmp->crl) { in sslctx_function()112 X509_STORE_add_crl(cts, itmp->crl); in sslctx_function()
2953 X509_INFO *itmp = NULL; in load_cacert_from_memory() local2970 itmp = sk_X509_INFO_value(inf, (ossl_valsize_t)i); in load_cacert_from_memory()2971 if(itmp->x509) { in load_cacert_from_memory()2972 if(X509_STORE_add_cert(store, itmp->x509)) { in load_cacert_from_memory()2981 if(itmp->crl) { in load_cacert_from_memory()2982 if(X509_STORE_add_crl(store, itmp->crl)) { in load_cacert_from_memory()
Completed in 16 milliseconds