Home
last modified time | relevance | path

Searched defs:X509_STORE_CTX (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/
H A Dossl_typ.h138 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/openbsd/lib/libcrypto/x509/
H A Dx509_vfy.c2375 X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx, in X509_STORE_CTX_set_verify_cb() argument
2390 X509_STORE_CTX_set_verify(X509_STORE_CTX *ctx, int (*verify)(X509_STORE_CTX *)) in X509_STORE_CTX_set_verify()
/openbsd/lib/libssl/
H A Dssl_lib.c2251 int (*cb)(X509_STORE_CTX *, void *), void *arg) in SSL_CTX_set_cert_verify_callback()
2259 SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*cb)(int, X509_STORE_CTX *)) in SSL_CTX_set_verify() argument