Searched refs:get_by_subject (Results 1 – 5 of 5) sorted by relevance
80 .get_by_subject = NULL,
79 .get_by_subject = NULL,
116 if (ctx->method == NULL || ctx->method->get_by_subject == NULL) in X509_LOOKUP_by_subject()118 return ctx->method->get_by_subject(ctx, type, name, ret); in X509_LOOKUP_by_subject()
104 .get_by_subject = get_cert_by_subject,
274 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name, member