Searched refs:get_by_alias (Results 1 – 2 of 2) sorted by relevance
158 if ((ctx->method == NULL) || (ctx->method->get_by_alias == NULL)) in X509_LOOKUP_by_alias()160 return ctx->method->get_by_alias(ctx, type, str, len, ret) > 0; in X509_LOOKUP_by_alias()
135 int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len, member