Lines Matching refs:CAfile
3155 (ca_info_blob ? NULL : conn_config->CAfile); in populate_x509_store()
3313 char *CAfile; /* CAfile path used to generate X509 store */ member
3328 free(share->CAfile); in oss_x509_share_free()
3353 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
3354 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
3356 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()
3408 char *CAfile = NULL; in set_cached_x509_store() local
3410 if(conn_config->CAfile) { in set_cached_x509_store()
3411 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store()
3412 if(!CAfile) { in set_cached_x509_store()
3420 free(share->CAfile); in set_cached_x509_store()
3425 share->CAfile = CAfile; in set_cached_x509_store()