Searched refs:capi_idx (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.c | 281 static int capi_idx = -1; variable 292 if (capi_idx == -1) { in capi_ctrl() 296 ctx = ENGINE_get_ex_data(e, capi_idx); in capi_ctrl() 418 if (capi_idx < 0) { in capi_init() 419 capi_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, 0); in capi_init() 420 if (capi_idx < 0) in capi_init() 464 ENGINE_set_ex_data(e, capi_idx, ctx); in capi_init() 513 ctx = ENGINE_get_ex_data(e, capi_idx); in capi_finish() 515 ENGINE_set_ex_data(e, capi_idx, NULL); in capi_finish() 802 ctx = ENGINE_get_ex_data(eng, capi_idx); in capi_load_privkey() [all …]
|