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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_ubsec.c296 static DSO *ubsec_dso = NULL; variable
405 if (ubsec_dso != NULL) {
412 ubsec_dso = DSO_load(NULL, get_UBSEC_LIBNAME(), NULL, 0);
413 if (ubsec_dso == NULL) {
419 DSO_bind_func(ubsec_dso, UBSEC_F1))
421 DSO_bind_func(ubsec_dso, UBSEC_F2))
423 DSO_bind_func(ubsec_dso, UBSEC_F3))
425 DSO_bind_func(ubsec_dso, UBSEC_F4))
428 DSO_bind_func(ubsec_dso, UBSEC_F5))
430 DSO_bind_func(ubsec_dso, UBSEC_F
[all...]

Completed in 31 milliseconds