Home
last modified time | relevance | path

Searched refs:web_verify (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c118 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