Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.c.erb149 void null_callback(void * context)
184 .null = &null_callback,
H A Dstream_expectations.c245 void null_callback(void* context) { in null_callback() function
292 .null = &null_callback,
H A Dstream_expectations.h144 void null_callback(void *);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c47 static int null_callback(int ok, X509_STORE_CTX *e);
81 static int null_callback(int ok, X509_STORE_CTX *e) in null_callback() function
2372 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vfy.c69 static int null_callback(int ok, X509_STORE_CTX *e);
103 static int null_callback(int ok, X509_STORE_CTX *e) in null_callback() function
2316 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()