Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c122 static int cb_check_cert_local __P((int, X509_STORE_CTX *));
474 X509_STORE_set_verify_cb_func(cert_ctx, cb_check_cert_local);
561 cb_check_cert_local(ok, ctx) in cb_check_cert_local() function