Home | History | Annotate | Download | only in x509

Lines Matching full:trtable

95 static STACK_OF(X509_TRUST) *trtable = NULL;
125 if(!trtable) return X509_TRUST_COUNT;
126 return sk_X509_TRUST_num(trtable) + X509_TRUST_COUNT;
133 return sk_X509_TRUST_value(trtable, idx - X509_TRUST_COUNT);
143 if(!trtable) return -1;
144 idx = sk_X509_TRUST_find(trtable, &tmp);
198 if(!trtable && !(trtable = sk_X509_TRUST_new(tr_cmp))) {
202 if (!sk_X509_TRUST_push(trtable, trtmp)) {
225 sk_X509_TRUST_pop_free(trtable, trtable_free);
226 trtable = NULL;