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