HomeSort by relevance Sort by last modified time
    Searched refs:X509_STORE_set_verify_cb_func (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/include/openssl/
x509_vfy.h 197 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 478 X509_STORE_set_verify_cb_func(cert_ctx, cb_check_cert_local);
480 X509_STORE_set_verify_cb_func(cert_ctx, cb_check_cert_remote);
    [all...]

Completed in 78 milliseconds