Searched refs:old_cb (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_cb.c1320 int (*old_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member in struct:__anon6918
1357 rv = sdb->old_cb(s, ctx, op, bits, nid, other, ex);
1471 sdb.old_cb = SSL_CTX_get_security_callback(ctx);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1373 uptr old_cb = atomic_load(&sigactions[signo], memory_order_relaxed); local
1391 oldact->sigaction = (decltype(oldact->sigaction))old_cb;

Completed in 47 milliseconds