Searched refs:web_verify (Results 1 – 1 of 1) sorted by relevance
118 static int web_verify(int, X509_STORE_CTX *);920 X509_STORE_CTX_set_verify_cb(ctx, web_verify); in validate_signature()1032 web_verify(int ok, X509_STORE_CTX *ctx) in web_verify() function