Searched refs:get_by_fingerprint (Results 1 – 2 of 2) sorted by relevance
147 if ((ctx->method == NULL) || (ctx->method->get_by_fingerprint == NULL)) in X509_LOOKUP_by_fingerprint()149 return ctx->method->get_by_fingerprint(ctx, type, bytes, len, ret); in X509_LOOKUP_by_fingerprint()
150 int (*get_by_fingerprint) (X509_LOOKUP *ctx, int type, member