Searched refs:get_by_subject (Results 1 – 2 of 2) sorted by relevance
131 if ((ctx->method == NULL) || (ctx->method->get_by_subject == NULL)) in X509_LOOKUP_by_subject()135 return ctx->method->get_by_subject(ctx, type, name, ret) > 0; in X509_LOOKUP_by_subject()
128 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name, member