Searched refs:ta_certs (Results 1 – 1 of 1) sorted by relevance
136 sunw_use_tastore(SSL_CTX *ctx, STACK_OF(X509) *ta_certs) in sunw_use_tastore() argument143 if (ctx == NULL || ctx->cert_store == NULL || ta_certs == NULL) { in sunw_use_tastore()148 if (sk_X509_num(ta_certs) == 0) { in sunw_use_tastore()153 for (i = 0; i < sk_X509_num(ta_certs); i++) { in sunw_use_tastore()154 tmp = sk_X509_value(ta_certs, i); in sunw_use_tastore()