Searched refs:cms_cb (Results 1 – 1 of 1) sorted by relevance
72 static int cms_cb(int ok, X509_STORE_CTX *ctx);891 X509_STORE_set_verify_cb(store, cms_cb); in MAIN()1241 static int cms_cb(int ok, X509_STORE_CTX *ctx) in cms_cb() function