Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dsmime.c23 static int smime_cb(int ok, X509_STORE_CTX *ctx);
478 X509_STORE_set_verify_cb(store, smime_cb); in smime_main()
634 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb() function