Home
last modified time | relevance | path

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

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/engines/vendor_defns/
H A Dhwcryptohook.h205 int (*mutex_init)(HWCryptoHook_Mutex*, HWCryptoHook_CallerContext *cactx);
216 int (*condvar_init)(HWCryptoHook_CondVar*, HWCryptoHook_CallerContext *cactx);
236 HWCryptoHook_CallerContext *cactx);
253 HWCryptoHook_CallerContext *cactx);
325 HWCryptoHook_CallerContext *cactx);
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/vendor_defns/
H A Dhwcryptohook.h213 HWCryptoHook_CallerContext * cactx);
225 HWCryptoHook_CallerContext * cactx);
244 HWCryptoHook_CallerContext * cactx);
261 HWCryptoHook_CallerContext * cactx);
335 cactx);
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/vendor_defns/
H A Dhwcryptohook.h213 HWCryptoHook_CallerContext * cactx);
225 HWCryptoHook_CallerContext * cactx);
244 HWCryptoHook_CallerContext * cactx);
261 HWCryptoHook_CallerContext * cactx);
335 cactx);
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/engines/
H A De_chil.c147 HWCryptoHook_CallerContext *cactx);
151 HWCryptoHook_CallerContext *cactx);
1175 HWCryptoHook_CallerContext *cactx) in hwcrhk_mutex_init() argument
1202 HWCryptoHook_CallerContext *cactx) in hwcrhk_get_pass() argument
1208 if (cactx) in hwcrhk_get_pass()
1210 if (cactx->ui_method) in hwcrhk_get_pass()
1212 if (cactx->password_callback) in hwcrhk_get_pass()
1214 if (cactx->callback_data) in hwcrhk_get_pass()
1281 if (cactx) in hwcrhk_insert_card()
1283 if (cactx->ui_method) in hwcrhk_insert_card()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/
H A De_chil.c1214 if (cactx) { in hwcrhk_get_pass()
1215 if (cactx->ui_method) in hwcrhk_get_pass()
1216 ui_method = cactx->ui_method; in hwcrhk_get_pass()
1217 if (cactx->password_callback) in hwcrhk_get_pass()
1218 callback = cactx->password_callback; in hwcrhk_get_pass()
1219 if (cactx->callback_data) in hwcrhk_get_pass()
1220 callback_data = cactx->callback_data; in hwcrhk_get_pass()
1278 if (cactx) { in hwcrhk_insert_card()
1279 if (cactx->ui_method) in hwcrhk_insert_card()
1280 ui_method = cactx->ui_method; in hwcrhk_insert_card()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/
H A De_chil.c1214 if (cactx) { in hwcrhk_get_pass()
1215 if (cactx->ui_method) in hwcrhk_get_pass()
1216 ui_method = cactx->ui_method; in hwcrhk_get_pass()
1217 if (cactx->password_callback) in hwcrhk_get_pass()
1218 callback = cactx->password_callback; in hwcrhk_get_pass()
1219 if (cactx->callback_data) in hwcrhk_get_pass()
1220 callback_data = cactx->callback_data; in hwcrhk_get_pass()
1278 if (cactx) { in hwcrhk_insert_card()
1279 if (cactx->ui_method) in hwcrhk_insert_card()
1280 ui_method = cactx->ui_method; in hwcrhk_insert_card()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-ui-session.c67 static ca_context *cactx = NULL; variable
194 if (!cactx) { in session_play_sound_cb()
195 ca_context_create (&cactx); in session_play_sound_cb()
196 ca_context_change_props (cactx, in session_play_sound_cb()
202 cactx, 0, in session_play_sound_cb()
474 g_clear_pointer (&cactx, ca_context_destroy); in mail_ui_session_finalize()